Skip to content

Instantly share code, notes, and snippets.

@jonathonsim
Created January 28, 2018 21:12
Embed
What would you like to do?
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowDuplicity",
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObject",
"s3:ListBucket",
"s3:DeleteObject"
],
"Resource": [
"arn:aws:s3:::example-s3-bucket",
"arn:aws:s3:::example-s3-bucket/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment