Skip to content

Instantly share code, notes, and snippets.

@tedder
Created January 29, 2015 19:47
Show Gist options
  • Save tedder/9bc0c95f31275610e9ec to your computer and use it in GitHub Desktop.
Save tedder/9bc0c95f31275610e9ec to your computer and use it in GitHub Desktop.
{
"Version": "2008-10-17",
"Statement": [
{
"Sid": "AllowPublicRead",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::chadlavimoniere.com/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment