Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save abhilash0001/2d57e7b4314a9236c3ce16b4516af5c0 to your computer and use it in GitHub Desktop.
Save abhilash0001/2d57e7b4314a9236c3ce16b4516af5c0 to your computer and use it in GitHub Desktop.
{
"Version":"2008-10-17",
"Statement":[{
"Sid":"AllowPublicRead",
"Effect":"Allow",
"Principal": {
"AWS": "*"
},
"Action":["s3:GetObject"],
"Resource":["arn:aws:s3:::bucket/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment