onprem-deploy/ external_ports_config_http/minio/minio-user-policy.json

17 lines
285 B
JSON
Raw Permalink Normal View History

2024-05-12 19:50:37 +00:00
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor",
"Effect": "Allow",
"Action": [
"s3:DeleteObject",
"s3:GetObject",
"s3:PutObject"
],
"Resource": [
"arn:aws:s3:::yonote-bucket/*"
]
}
]
}