Untitled
unknown
plain_text
2 years ago
257 B
9
Indexable
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObject",
"s3:ListBucket"
],
"Resource": [
"MY_S3_BUCKET_ARN/*",
"MY_S3_BUCKET_ARN"
]
}
]
}Editor is loading...