Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 25 You must be signed in to star a gist
  • Fork 12 You must be signed in to fork a gist
  • Save beabetterdevv/af24011e668df12756b9dae5c2b4ba46 to your computer and use it in GitHub Desktop.
Save beabetterdevv/af24011e668df12756b9dae5c2b4ba46 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": [
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::Bucket-Name/*"
]
}
]
}
@noryev
Copy link

noryev commented Dec 10, 2022

This is best way to keep track of this policy imo- thank you!

@ettore-pelosato
Copy link

You're the best

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment