Created
November 12, 2014 17:03
-
-
Save peter-mcconnell/29fa05855881319c7a4d to your computer and use it in GitHub Desktop.
s3 - auto-readable files
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
| { | |
| "Version": "2008-10-17", | |
| "Id": "Policy1377015142632", | |
| "Statement": [ | |
| { | |
| "Sid": "Stmt1377015001378", | |
| "Effect": "Allow", | |
| "Principal": { | |
| "AWS": "*" | |
| }, | |
| "Action": "s3:GetObject", | |
| "Resource": "arn:aws:s3:::BUCKETNAME/*" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment