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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]