S3 object ownership #7869
Labels
c-ca
Internal Customer Reference
feature-request
Used for new features in Teleport, improvements to current should be #enhancements
Consider two accounts
Tenant
andAudit
. AccountAudit
owns S3 bucketLogs
. AccountTenant
has a write permission to the bucketLogs
. The problem is that whenTenant
creates an S3 object it is logged as an object owner unless it transfers ownership.If
Tenant
is then deleted,Audit
will loose access to the bucket. Ownership can be relinquished using simple setting of ACL;Clarify:
https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html#enable-object-ownership
https://www.amazonaws.cn/en/new/2020/amazon-s3-object-ownership-enables-bucket-owners-to-automatically-assume-ownership-of-objects-uploaded-to-their-buckets/
The text was updated successfully, but these errors were encountered: