-
Notifications
You must be signed in to change notification settings - Fork 87
public-read ACL is not copied #105
Copy link
Copy link
Open
Labels
Description
When running ./s3s3mirror.sh -C s3://x/ s3://y/ the public-read for Everyone ACL is not copied and another operation to set the permissions has to be run for the entire bucket aws s3 cp --acl public-read s3://y/ s3://y/
These are permissions of the user doing the copy:
"Action": [
"s3:GetObject",
"s3:GetObjectAcl",
"s3:PutObject",
"s3:PutObjectAcl",
"s3:ListBucket"
],
Any advice?
Reactions are currently unavailable