github.com/minio/minio@v0.0.0-20240328213742-3f72439b8a27/docs/sts/rw-ldap-username.json (about) 1 { 2 "Version": "2012-10-17", 3 "Statement": [ 4 { 5 "Effect": "Allow", 6 "Action": [ 7 "s3:*" 8 ], 9 "Resource": [ 10 "arn:aws:s3:::${ldap:username}/*" 11 ] 12 } 13 ] 14 }