Skip to content

Instantly share code, notes, and snippets.

@tamcgoey
Created December 15, 2012 23:04
Show Gist options
  • Select an option

  • Save tamcgoey/4300263 to your computer and use it in GitHub Desktop.

Select an option

Save tamcgoey/4300263 to your computer and use it in GitHub Desktop.
{
"Version": "2008-10-17",
"Statement": [
{
"Sid": "PublicReadForGetBucketObjects",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::bucket_name/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment