KoviAnusha commented on code in PR #57713:
URL: https://github.com/apache/airflow/pull/57713#discussion_r2491798696
##########
providers/amazon/src/airflow/providers/amazon/aws/transfers/gcs_to_s3.py:
##########
@@ -79,6 +79,9 @@ class GCSToS3Operator(BaseOperator):
object to be uploaded in S3
:param keep_directory_structure: (Optional) When set to False the path of
the file
on the bucket is recreated within path passed in dest_s3_key.
+ :param flatten_structure: (Optional) When set to True, places all files
directly
+ in the dest_s3_key directory without preserving subdirectory structure.
+ Overrides keep_directory_structure when enabled.
Review Comment:
Thanks for addressing the feedback. LGTM
--
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]