I created 2 users : jack & bob inside a tenant_A
jack created a bucket named BUCKET_A and want to give read access to the
user bob

with s3cmd, i can grant a user without tenant easylly: s3cmd setacl
--acl-grant=read:user s3://BUCKET_A

but with an explicit tenant, i tried :
--acl-grant=read:bob
--acl-grant=read:tenant_A$bob
--acl-grant=read:tenant_A\$bob
--acl-grant=read:"tenant_A:bob"

each time, i got a s3 error : 400 (invalidArgument)

Does someone know the solution ?
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to