Last active
September 25, 2018 14:56
-
-
Save iamsaso/519c05f659592616fd6d15e9723a796f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Sid": "DelegateS3AccessForMigration", | |
"Effect": "Allow", | |
"Principal": { | |
"AWS": "arn:aws:iam::000000000000:root" | |
}, | |
"Action": "s3:*", | |
"Resource": [ | |
"arn:aws:s3:::saso-test-1/*", | |
"arn:aws:s3:::saso-test-1" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment