Skip to content

Instantly share code, notes, and snippets.

@mlabouardy
Created June 29, 2023 11:36
Show Gist options
  • Save mlabouardy/c895644fe7adc56e0ed1f7e357cf425f to your computer and use it in GitHub Desktop.
Save mlabouardy/c895644fe7adc56e0ed1f7e357cf425f to your computer and use it in GitHub Desktop.
CUR read access policy
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"s3:GetObject",
"s3:ListBucket"
],
"Resource": [
"arn:aws:s3:::BUCKET_NAME",
"arn:aws:s3:::BUCKET_NAME/PREFIX/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment