We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e7065 commit 218c6c7Copy full SHA for 218c6c7
1 file changed
lambdas/shared/src/common/aws_s3_utils.py
@@ -30,6 +30,7 @@ def copy_file_to_external_bucket(
30
Key=destination_key,
31
ExpectedBucketOwner=expected_bucket_owner,
32
ExpectedSourceBucketOwner=expected_source_bucket_owner,
33
+ ACL="bucket-owner-full-control",
34
)
35
36
0 commit comments