{
“Version”: “2012-10-17”,
“Statement”: [
{
“Sid”: “FullAccessToProjectX”,
“Effect”: “Allow”,
“Action”: “s3:*”,
“Resource”: [
“arn:aws:s3:::com.stuzio.project-x”,
“arn:aws:s3:::com.stuzio.project-x/*”
]
},
{
“Sid”: “ListAllBuckets”,
“Effect”: “Allow”,
“Action”: “s3:ListAllMyBuckets”,
“Resource”: “*”
}
]
}