mirror of https://github.com/minio/minio.git
14 lines
166 B
JSON
14 lines
166 B
JSON
|
{
|
||
|
"Version": "2012-10-17",
|
||
|
"Statement": [
|
||
|
{
|
||
|
"Effect": "Allow",
|
||
|
"Action": [
|
||
|
"s3:*"
|
||
|
],
|
||
|
"Resource": [
|
||
|
"arn:aws:s3:::*"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|