Skip to content

Instantly share code, notes, and snippets.

@ravikyada
Created May 29, 2024 07:05
Show Gist options
  • Save ravikyada/ee303b33f4e937aa045b7244370c5aa6 to your computer and use it in GitHub Desktop.
Save ravikyada/ee303b33f4e937aa045b7244370c5aa6 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": "*",
"Resource": [
"arn:aws:s3:::bucketname",
"arn:aws:s3:::bucketname/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment