Skip to content

Instantly share code, notes, and snippets.

@mrpatrick
Last active December 23, 2015 22:19
Show Gist options
  • Save mrpatrick/6702338 to your computer and use it in GitHub Desktop.
Save mrpatrick/6702338 to your computer and use it in GitHub Desktop.
Amazon S3 Public Website Bucket Policy - ensures anything added or new will
{ "Version": "2008-10-17", "Id": "http referer policy", "Statement": [ { "Sid": "readonly policy", "Effect": "Allow", "Principal": "*", "Action": "s3:GetObject", "Resource": "arn:aws:s3:::BUCKET_NAME_HERE/*" } ] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment