storj.io/minio@v0.0.0-20230509071714-0cbc90f649b1/docs/sts/list-objects-with-ldap-user.json (about) 1 { 2 "Version": "2012-10-17", 3 "Statement": [ 4 { 5 "Effect": "Allow", 6 "Action": [ 7 "s3:ListBucket" 8 ], 9 "Resource": [ 10 "arn:aws:s3:::${ldap:user}" 11 ] 12 } 13 ] 14 }