kumify/doc/s3-bucket.json

21 lines
288 B
JSON
Raw Normal View History

2020-12-27 17:49:54 +00:00
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"s3:DeleteObject",
"s3:GetObject",
"s3:ListBucket",
"s3:PutObject"
],
"Resource": [
"arn:aws:s3:::kumify",
"arn:aws:s3:::kumify/*"
]
}
]
}