You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
@mateuszkozakiewicz I would happily accept a pull request that fixes this. I am not doing much active development on s3s3mirror anymore, but am open to code contributions.
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 bucketaws s3 cp --acl public-read s3://y/ s3://y/
These are permissions of the user doing the copy:
Any advice?
The text was updated successfully, but these errors were encountered: