Skip to content

Instantly share code, notes, and snippets.

@thanakijwanavit
Created March 15, 2021 14:59
Show Gist options
  • Save thanakijwanavit/a6a5274fc4488dfb630bdd8726392ce2 to your computer and use it in GitHub Desktop.
Save thanakijwanavit/a6a5274fc4488dfb630bdd8726392ce2 to your computer and use it in GitHub Desktop.
s3 public policy
{
"Version":"2012-10-17",
"Statement":[
{
"Sid":"PublicRead",
"Effect":"Allow",
"Principal": "*",
"Action":["s3:GetObject","s3:GetObjectVersion"],
"Resource":["arn:aws:s3:::DOC-EXAMPLE-BUCKET/*"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment