Skip to content

Instantly share code, notes, and snippets.

@schappim
Created December 13, 2020 07:53
Show Gist options
  • Save schappim/ea79fe05221b976b7ad8d91909936f7f to your computer and use it in GitHub Desktop.
Save schappim/ea79fe05221b976b7ad8d91909936f7f to your computer and use it in GitHub Desktop.
{
"Version": "2008-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::cdn.example.com/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment