rootcss opened a new pull request #11001: URL: https://github.com/apache/airflow/pull/11001
closes: https://github.com/apache/airflow/issues/10298 related: https://github.com/apache/airflow/pull/8304 S3Hook used ExtraArgs but didn't support extra_args to be passed to the class. GCSToS3Operator used S3Hook internally which didn't support passing the args to S3Hook either. This PR adds dest_s3_extra_args: Dict to GCSToS3Operator and extra_args: Dict to S3Hook. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
