Skip to content

Instantly share code, notes, and snippets.

@skeskali
Last active August 29, 2015 14:05
Show Gist options
  • Save skeskali/3f7735e3c03f020d01a6 to your computer and use it in GitHub Desktop.
Save skeskali/3f7735e3c03f020d01a6 to your computer and use it in GitHub Desktop.
Amazon S3 bucket policy for www.cecily.info
{
"Version": "2008-10-17",
"Statement": [
{
"Sid": "PublicReadForGetBucketObjects",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::cecily.info/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment