Created
August 28, 2014 19:05
-
-
Save rianrainey/1989409704b0838eacd7 to your computer and use it in GitHub Desktop.
AWS IAM User Policy for S3Auth
This file contains 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
{ "Statement": [ | |
{ "Effect": "Allow", | |
"Action": ["s3:GetObject", "s3:GetBucketWebsite"], | |
"Resource": [ "arn:aws:s3:::goliath.example.com/*" ] | |
} | |
]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment