Skip to content

Instantly share code, notes, and snippets.

@mmasztalerczuk
Created November 10, 2018 08:12
Show Gist options
  • Save mmasztalerczuk/c6969984fd16a1c67b00208d46cb4700 to your computer and use it in GitHub Desktop.
Save mmasztalerczuk/c6969984fd16a1c67b00208d46cb4700 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"s3:GetObject",
"s3:ListBucket",
"s3:PutObject",
"s3:DeleteObject"
],
"Resource": [
"arn:aws:s3:::mytest55555/*",
"arn:aws:s3:::mytest55555"
]
},
{
"Sid": "VisualEditor1",
"Effect": "Allow",
"Action": "s3:ListObjects",
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment