Last active
December 23, 2015 22:19
-
-
Save mrpatrick/6702338 to your computer and use it in GitHub Desktop.
Amazon S3 Public Website Bucket Policy - ensures anything added or new will
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "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