Skip to content

Instantly share code, notes, and snippets.

@brunomichetti
Created July 11, 2022 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunomichetti/86f803721a4fabf2d33aec2a4d0b1c48 to your computer and use it in GitHub Desktop.
Save brunomichetti/86f803721a4fabf2d33aec2a4d0b1c48 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowPublicRead",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": [
"s3:GetObject",
"s3:PutObject",
"s3:PutObjectAcl",
"s3:ListMultipartUploadParts",
"s3:AbortMultipartUpload"
],
"Resource": "arn:aws:s3:::<name-of-bucket>/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment