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
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
The text was updated successfully, but these errors were encountered:
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
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
gz#11924
The text was updated successfully, but these errors were encountered: