Cookbook
Cook
Setup Cross Account Permissions
{ "Version": "2012-10-17", "Statement": [ { "Sid": "Example permissions", "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::{AccountB-ID}:root" }, "Action": [ "s3:GetBucketLocation", "s3:ListBucket" ], "Resource": [ "arn:aws:s3:::{BUCKET_NAME}" ] } ] }
Perform a multi-part upload
Related
Last updated
Was this helpful?