Skip to content

Instantly share code, notes, and snippets.

@danmcclain
Created August 29, 2013 11:56
Show Gist options
  • Save danmcclain/6377132 to your computer and use it in GitHub Desktop.
Save danmcclain/6377132 to your computer and use it in GitHub Desktop.
All access on a AWS bucket
{
"Version": "2008-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": ["s3:*"],
"Resource": ["arn:aws:s3:::<bucketname>/*"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment