Skip to content

Instantly share code, notes, and snippets.

@pauiglesias
Last active August 29, 2017 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pauiglesias/266e048663d0b3b581134802f6840a0e to your computer and use it in GitHub Desktop.
Save pauiglesias/266e048663d0b3b581134802f6840a0e to your computer and use it in GitHub Desktop.
{
"Version": "2017-08-28",
"Statement": [
{
"Effect": "Allow",
"Action": "s3:ListAllMyBuckets",
"Resource": "arn:aws:s3:::*"
},
{
"Sid": "the-Sid",
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::myprefix-*",
"arn:aws:s3:::myprefix-*/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment