Skip to content

Instantly share code, notes, and snippets.

@iamsaso
Created May 31, 2017 01:38
Show Gist options
  • Save iamsaso/f1f1f3be5ec8e7e9026f752187882189 to your computer and use it in GitHub Desktop.
Save iamsaso/f1f1f3be5ec8e7e9026f752187882189 to your computer and use it in GitHub Desktop.
{
"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