Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Created March 20, 2020 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dasgoll/06a74fc0e7e4525068d5fa0ee87a0621 to your computer and use it in GitHub Desktop.
Save dasgoll/06a74fc0e7e4525068d5fa0ee87a0621 to your computer and use it in GitHub Desktop.
S3 policy for public access
{
"Id": "Policy1584719594659",
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1584719592995",
"Action": [
"s3:GetObject"
],
"Effect": "Allow",
"Resource": "arn:aws:s3:::jalal-sam/*",
"Principal": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment