Skip to content

Instantly share code, notes, and snippets.

@biigpongsatorn
Last active June 6, 2018 11:13
Show Gist options
  • Save biigpongsatorn/2fc5d44b5356682e8d478b23051d7c2f to your computer and use it in GitHub Desktop.
Save biigpongsatorn/2fc5d44b5356682e8d478b23051d7c2f to your computer and use it in GitHub Desktop.
{
"Version":"2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": "s3:ListBucket",
"Resource": "arn:aws:s3:::bucket-name"
},
{
"Sid": "VisualEditor1",
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObject",
"s3:DeleteObject"
],
"Resource": "arn:aws:s3:::bucket-name/*"
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment