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

Feature Request: Option to set object ACL during etcd snapshot + S3 #2220

Open
chrisreed87 opened this issue Aug 26, 2020 · 1 comment
Open

Comments

@chrisreed87
Copy link

chrisreed87 commented Aug 26, 2020

Would be helpful for use cases where etcd snapshot (zip file) IAM ACL needs to be set correctly before being offloaded to S3 endpoint; perhaps similar to s3cmd option to set object ACL

  Modify Access control list for Bucket or Files
      s3cmd setacl s3://BUCKET[/OBJECT]

gz#11924

@triceras
Copy link

The objects acls are set when the object are written to the S3 bucket. The S3 bucket owner is different from the object owner so the bucket owner can't access the objects owned by a different account. We need to set the object ACLs at the time of writing to bucket-owner-full-control

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants