Skip to content

Instantly share code, notes, and snippets.

@IftekherSunny
Last active July 16, 2019 05:48
Show Gist options
  • Save IftekherSunny/98a642853946db5c7276d139482ce08b to your computer and use it in GitHub Desktop.
Save IftekherSunny/98a642853946db5c7276d139482ce08b to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::wpspark/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment