Skip to content

Instantly share code, notes, and snippets.

@blizzerand
Created December 15, 2018 05:05
Show Gist options
  • Save blizzerand/69dd4a0f5fb7183809f7bba360a81a62 to your computer and use it in GitHub Desktop.
Save blizzerand/69dd4a0f5fb7183809f7bba360a81a62 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:::reactcontactlist/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment