Skip to content

Instantly share code, notes, and snippets.

@jarrensj
Created December 18, 2025 07:53
Show Gist options
  • Select an option

  • Save jarrensj/3880836c5ff0d072b79dd43b234308fd to your computer and use it in GitHub Desktop.

Select an option

Save jarrensj/3880836c5ff0d072b79dd43b234308fd to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObject",
"s3:DeleteObject",
"s3:ListBucket"
],
"Resource": [
"arn:aws:s3:::YOUR_BUCKET_NAME/*",
"arn:aws:s3:::YOUR_BUCKET_NAME"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment