vincbeck commented on code in PR #60597:
URL: https://github.com/apache/airflow/pull/60597#discussion_r2695299522
##########
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:
Is there any constraint/dependency between the 2? e.g. If one is specified,
does the second one need to be provided as well?
--
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]