Created
May 31, 2017 01:38
-
-
Save iamsaso/f1f1f3be5ec8e7e9026f752187882189 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": [ | |
{ | |
"Effect": "Allow", | |
"Action": [ | |
"s3:*" | |
], | |
"Resource": [ | |
"arn:aws:s3:::saso-test-1/*", | |
"arn:aws:s3:::saso-test-1", | |
"arn:aws:s3:::us-east-1-saso-test-1/*", | |
"arn:aws:s3:::us-east-1-saso-test-1", | |
"arn:aws:s3:::saso-test-2/*", | |
"arn:aws:s3:::saso-test-2", | |
"arn:aws:s3:::us-east-1-saso-test-2/*", | |
"arn:aws:s3:::us-east-1-saso-test-2", | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment