Skip to content

Instantly share code, notes, and snippets.

@swordeh
Created February 13, 2015 15:41
Show Gist options
  • Save swordeh/4d9c0d3d47bdaf0dc8e1 to your computer and use it in GitHub Desktop.
Save swordeh/4d9c0d3d47bdaf0dc8e1 to your computer and use it in GitHub Desktop.
Full access to a single s3 bucket
{
"Statement": [
{
"Action": "s3:*",
"Effect": "Allow",
"Resource": [
"arn:aws:s3:::passingthebucket",
"arn:aws:s3:::passingthebucket/*"
]
}
]
}
@swordeh
Copy link
Author

swordeh commented Feb 13, 2015

I always forget this. Never again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment