jookyboi
3/25/2013 - 1:36 AM

S3 bucket policy for static website hosting.

S3 bucket policy for static website hosting.

{
	"Version": "2008-10-17",
	"Id": "b2cc31d0-cc91-4285-a658-473099d2c867",
	"Statement": [
		{
			"Sid": "AllowPublicRead",
			"Effect": "Allow",
			"Principal": {
				"AWS": "*"
			},
			"Action": "s3:GetObject",
			"Resource": "arn:aws:s3:::www.example.com/*"
		}
	]
}