Skip to content

Instantly share code, notes, and snippets.

@degt
Created July 13, 2016 16:52
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 degt/b49fc37a906b3740e744de3cdbf9fd07 to your computer and use it in GitHub Desktop.
Save degt/b49fc37a906b3740e744de3cdbf9fd07 to your computer and use it in GitHub Desktop.
Website amazon s3 policy
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::my-bucket/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment