Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

public-read ACL is not copied #105

Open
mateuszkozakiewicz opened this issue May 25, 2020 · 1 comment
Open

public-read ACL is not copied #105

mateuszkozakiewicz opened this issue May 25, 2020 · 1 comment
Labels

Comments

@mateuszkozakiewicz
Copy link

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?

@cobbzilla
Copy link
Owner

@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.

@cobbzilla cobbzilla added the bug label Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants