dominikhei commented on code in PR #60597:
URL: https://github.com/apache/airflow/pull/60597#discussion_r2777906424
##########
providers/amazon/src/airflow/providers/amazon/aws/hooks/s3.py:
##########
@@ -1426,6 +1432,14 @@ def copy_object(
if self._requester_pays:
kwargs["RequestPayer"] = "requester"
+ if (kms_key_id and not kms_encryption_type) or (kms_encryption_type
and not kms_key_id):
Review Comment:
neat idea, will implement :)
--
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]