You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/08/27 08:11:56 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #17858: Fix provider.yaml errors due to exit(0) in test

potiuk commented on a change in pull request #17858:
URL: https://github.com/apache/airflow/pull/17858#discussion_r697242814



##########
File path: airflow/providers/amazon/aws/operators/s3_upload.py
##########
@@ -21,7 +21,7 @@
 from airflow.providers.amazon.aws.hooks.s3 import S3Hook
 
 
-class LocalFilesystemToS3Operator(BaseOperator):
+class S3UploadOperator(BaseOperator):

Review comment:
       Because if we have "transfer" we need to have two integration "source" and "target" in provider.yaml (and in the documentation) . The "transfer" operators by definition take two Hooks and perform active transfer operation between them. In this case we have no "Source" integration because we are simply uploading a local file to S3. 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org