Created
February 13, 2015 15:41
-
-
Save swordeh/4d9c0d3d47bdaf0dc8e1 to your computer and use it in GitHub Desktop.
Full access to a single s3 bucket
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Statement": [ | |
{ | |
"Action": "s3:*", | |
"Effect": "Allow", | |
"Resource": [ | |
"arn:aws:s3:::passingthebucket", | |
"arn:aws:s3:::passingthebucket/*" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I always forget this. Never again.