Skip to content

Instantly share code, notes, and snippets.

@kmcquade
Created February 24, 2020 16:54
Show Gist options
  • Save kmcquade/70d98ecdd4ee750e2a721e9a3260527c to your computer and use it in GitHub Desktop.
Save kmcquade/70d98ecdd4ee750e2a721e9a3260527c to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": "arn:aws:s3:::my-bucket"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment