Untitled
Anonymous
plain_text
08/17/2023 8:42 AM
344 B
17
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...