Skip to content

public-read ACL is not copied #105

@mateuszkozakiewicz

Description

@mateuszkozakiewicz

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions