Skip to content

Instantly share code, notes, and snippets.

@kylesuss
Created February 7, 2014 23:48
Show Gist options
  • Save kylesuss/8874338 to your computer and use it in GitHub Desktop.
Save kylesuss/8874338 to your computer and use it in GitHub Desktop.
{
"Version": "2014-01-01",
"Statement": [{
"Sid": "AllowPublicRead",
"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