S3 Custom security policy example


AllCloud Blog:
Cloud Insights and Innovation

{
“Statement”: [
{
“Sid”: “Stmt1334692073905”,
“Action”: [
“s3:ListAllMyBuckets”
],
“Effect”: “Allow”,
“Resource”: [
“arn:aws:s3:::*”
]
},
{
“Sid”: “Stmt1334692152097”,
“Action”: [
“s3:*”
],
“Effect”: “Allow”,
“Resource”: [
“arn:aws:s3:::emind-test1”,
“arn:aws:s3:::emind-test1/*”
]
}
]
}

Lahav Savir

Founder and CTO, Cloud Platforms

Read more posts by Lahav Savir