Skip to content

Instantly share code, notes, and snippets.

@sagar290
Created April 24, 2021 05:25
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 sagar290/27f28254d469edb916d665e415f1063c to your computer and use it in GitHub Desktop.
Save sagar290/27f28254d469edb916d665e415f1063c to your computer and use it in GitHub Desktop.
for public policy
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": [
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::BUCKET_NAME/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment