moiseenkov opened a new pull request, #31127:
URL: https://github.com/apache/airflow/pull/31127

   Added parameter `apply_gcs_prefix=False`.
   
   If it is set `True`, then objects will be copied from S3 to GCS without 
copying their full source path. Instead, a new destination path will be 
constructed as a source path, where S3 prefix is replaced by a GCS prefix. It 
allows users to copy files from S3 into a specific folder in GCS.
   
   The default value is `apply_gcs_prefix=False` which refers to the old 
operators behavior, therefore merging this PR won't affect existing users, 
unless they change the value for this parameter in their DAGs.


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

Reply via email to