Skip to content

Instantly share code, notes, and snippets.

@rianrainey
Created August 28, 2014 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rianrainey/1989409704b0838eacd7 to your computer and use it in GitHub Desktop.
Save rianrainey/1989409704b0838eacd7 to your computer and use it in GitHub Desktop.
AWS IAM User Policy for S3Auth
{ "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