Skip to content

Instantly share code, notes, and snippets.

@sarahbohr
Last active March 21, 2018 19:20
Show Gist options
  • Save sarahbohr/e3748c02683e720dfe3a8fec25a71589 to your computer and use it in GitHub Desktop.
Save sarahbohr/e3748c02683e720dfe3a8fec25a71589 to your computer and use it in GitHub Desktop.
AWS Public Bucket Policy Code
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AddPerm",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::YOUR_SITEURL_HERE/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment