Skip to content

Instantly share code, notes, and snippets.

@adambutler
Created April 27, 2016 08:50
Show Gist options
  • Save adambutler/87ab862e347b4afd75bab9b1dc78644d to your computer and use it in GitHub Desktop.
Save adambutler/87ab862e347b4afd75bab9b1dc78644d to your computer and use it in GitHub Desktop.
  1. Do not change Version date.
  2. Don't forget to change the bucket-name
{
"Version": "2016-04-27",
"Statement": [
{
"Effect": "Allow",
"Action": "s3:ListAllMyBuckets",
"Resource": "arn:aws:s3:::*"
},
{
"Effect": "Allow",
"Action": "s3:*",
"Resource": [
"arn:aws:s3:::bucket-name",
"arn:aws:s3:::bucket-name/*",
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment