dominikhei commented on code in PR #60597:
URL: https://github.com/apache/airflow/pull/60597#discussion_r2697817806
##########
providers/amazon/src/airflow/providers/amazon/aws/operators/s3.py:
##########
@@ -327,8 +333,16 @@ def __init__(
self.source_version_id = source_version_id
self.acl_policy = acl_policy
self.meta_data_directive = meta_data_directive
+ self.kms_key_id = kms_key_id
Review Comment:
Yes, you need to supply both. Are you suggesting to raise an error if that's
not the case? I will test what boto3 returns in this case.
--
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]