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
This setting ensure that objects written to s3 acquire the ownership of the destination (this) account by default. This setting can be used in conjunction with the following enforcement policy to ensure that object ownership of objects written to the bucket from an external account is transferred to the destination bucket account by requiring that the -acl be set to bucket-owner-full-control:
"Action": "s3:PutObject",
"Resource": [
"arn:aws-us-gov:s3:::bucket_name/*",
"arn:aws-us-gov:s3:::bucket_name"
],
"Condition": {
"StringEquals": {
"s3:x-amz-acl": "bucket-owner-full-control"
}
}
The text was updated successfully, but these errors were encountered:
This setting ensure that objects written to s3 acquire the ownership of the destination (this) account by default. This setting can be used in conjunction with the following enforcement policy to ensure that object ownership of objects written to the bucket from an external account is transferred to the destination bucket account by requiring that the -acl be set to bucket-owner-full-control:
"Action": "s3:PutObject",
"Resource": [
"arn:aws-us-gov:s3:::bucket_name/*",
"arn:aws-us-gov:s3:::bucket_name"
],
"Condition": {
"StringEquals": {
"s3:x-amz-acl": "bucket-owner-full-control"
}
}
The text was updated successfully, but these errors were encountered: