Skip to content

Instantly share code, notes, and snippets.

@peter-mcconnell
Created November 12, 2014 17:03
Show Gist options
  • Select an option

  • Save peter-mcconnell/29fa05855881319c7a4d to your computer and use it in GitHub Desktop.

Select an option

Save peter-mcconnell/29fa05855881319c7a4d to your computer and use it in GitHub Desktop.
s3 - auto-readable files
{
"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