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/26 21:00:43 UTC

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

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



##########
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:
       hmm.. -- why this change?




-- 
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