Skip to content

Instantly share code, notes, and snippets.

@brinnaebent
Created April 12, 2023 21:06
Show Gist options
  • Save brinnaebent/baf6124862fd999ad131c38f718ecac7 to your computer and use it in GitHub Desktop.
Save brinnaebent/baf6124862fd999ad131c38f718ecac7 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "S3Access",
"Effect": "Allow",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::your-bucket-name/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment