expephalon-demomodule/iam.json

19 lines
459 B
JSON
Raw Normal View History

2020-04-08 11:15:22 +00:00
{
2020-04-08 14:48:03 +00:00
"Version": "2020-04-08",
2020-04-08 11:15:22 +00:00
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObject",
"s3:ListBucket",
2020-04-08 14:48:03 +00:00
"s3:DeleteObject"
2020-04-08 11:15:22 +00:00
],
"Resource": [
"arn:aws:s3:::example-bucket-name/*",
"arn:aws:s3:::example-bucket-name"
]
}
]
}