Cross-account access
Object ownership
Bucket policies
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::CONTROL_ACCOUNT:root"
},
"Action": [
"s3:GetObject",
"s3:GetObjectVersion",
"s3:ListBucket",
"s3:ListBucketVersions",
"s3:DeleteObject",
"s3:DeleteObjectVersion",
"s3:PutObject",
"s3:GetBucketNotification",
"s3:PutBucketNotification"
],
"Resource": [
"arn:aws:s3:::bucket-in-data-account",
"arn:aws:s3:::bucket-in-data-account/*"
]
}
]
}CloudTrail
Last updated
Was this helpful?

