Skip to content

Instantly share code, notes, and snippets.

@munjeli
Created March 12, 2023 14:53
Show Gist options
  • Save munjeli/f152f24f77165a30cbec81c6e1a60acf to your computer and use it in GitHub Desktop.
Save munjeli/f152f24f77165a30cbec81c6e1a60acf to your computer and use it in GitHub Desktop.
bucket-policy
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::400822870346:role/webserver-s3-get"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::cats-practice-bucket/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment