Project

General

Profile

Bug #49780 ยป s3r.json

Chris Durham, 03/12/2021 09:19 PM

 
{
"RoleName": "myrole",
"PolicyName": "mypolicy",
"PolicyDocument": {
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::mybucket",
"arn:aws:s3:::mybucket/*"
]
}
]
}
}
    (1-1/1)