forked from unitoo/configurations
15 lines
300 B
JSON
15 lines
300 B
JSON
{
|
|
"Statement": [
|
|
{
|
|
"Resource": [
|
|
"arn:aws:s3:::bucket-name/*",
|
|
"arn:aws:s3:::bucket-name"
|
|
],
|
|
"Action": [
|
|
"s3:*"
|
|
],
|
|
"Effect": "Allow"
|
|
}
|
|
],
|
|
"Version": "2012-10-17"
|
|
}
|