Skip to content

Instantly share code, notes, and snippets.

@rfunduk
Created March 6, 2012 04:14
Show Gist options
  • Select an option

  • Save rfunduk/1983384 to your computer and use it in GitHub Desktop.

Select an option

Save rfunduk/1983384 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