Skip to content

Instantly share code, notes, and snippets.

@munjeli
Created March 12, 2023 13:46
Show Gist options
  • Save munjeli/ceefa4fdf2fa49ea7dac64a4752742b1 to your computer and use it in GitHub Desktop.
Save munjeli/ceefa4fdf2fa49ea7dac64a4752742b1 to your computer and use it in GitHub Desktop.
example-bucket-role-policy
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:GetObject"
],
"Resource": "arn:aws:s3:us-east-1:400822870346:accesspoint/photo-access/cats-practice-bucket/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment