Skip to content

Instantly share code, notes, and snippets.

@briandoll
Created December 6, 2020 05:10
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 briandoll/26c8ead2990c42854e1772225518554c to your computer and use it in GitHub Desktop.
Save briandoll/26c8ead2990c42854e1772225518554c to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Id": "S3PolicyId1",
"Statement": [
{
"Sid": "IPAllow",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:getObject",
"Resource": "arn:aws:s3:::BUCKETNAME/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment