Skip to content

Instantly share code, notes, and snippets.

@anglepoised
Forked from CoffeeAndCode/example.com-deploy
Created September 15, 2013 15:55
Show Gist options
  • Save anglepoised/6571962 to your computer and use it in GitHub Desktop.
Save anglepoised/6571962 to your computer and use it in GitHub Desktop.
{
"Statement": [
{
"Action": [
"s3:ListAllMyBuckets"
],
"Effect": "Allow",
"Resource": "arn:aws:s3:::*"
},
{
"Action": ["s3:*"],
"Effect": "Allow",
"Resource": ["arn:aws:s3:::example.com", "arn:aws:s3:::example.com/*"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment