Skip to content

Instantly share code, notes, and snippets.

@imgeraldalinio
Last active October 1, 2020 09:37
Show Gist options
  • Save imgeraldalinio/58fe24144689b2c8e1a4429ab4876135 to your computer and use it in GitHub Desktop.
Save imgeraldalinio/58fe24144689b2c8e1a4429ab4876135 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": ["s3:ListBucket"],
"Resource": ["arn:aws:s3:::MyS3Bucket"]
},
{
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObject"
],
"Resource": ["arn:aws:s3:::MyS3Bucket/*"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment