minio/docs/sts/rw-ldap-username.json

15 lines
201 B
JSON

{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::${ldap:username}/*"
]
}
]
}