Skip to content

Commit 218c6c7

Browse files
committed
VED-1029: Set ACL when copying extended attributes files.
1 parent d4e7065 commit 218c6c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lambdas/shared/src/common/aws_s3_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def copy_file_to_external_bucket(
3030
Key=destination_key,
3131
ExpectedBucketOwner=expected_bucket_owner,
3232
ExpectedSourceBucketOwner=expected_source_bucket_owner,
33+
ACL="bucket-owner-full-control",
3334
)
3435

3536

0 commit comments

Comments
 (0)