Skip to content

Instantly share code, notes, and snippets.

@TonSDe
Created November 1, 2018 09:10
Show Gist options
  • Save TonSDe/1ffa563a0097a642c883ed61a4294782 to your computer and use it in GitHub Desktop.
Save TonSDe/1ffa563a0097a642c883ed61a4294782 to your computer and use it in GitHub Desktop.
Amazon S3 Sample Public Prolicy
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::backgets-name-s3/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment