On 10/16/13 5:15 AM, Fabio - NS3 srl wrote: > Hello, > when i set a read permission for all users to the bucket i read only the > content of the bucket but i received "access denied" for all directory > and sub-directory inside this bucket. > > Where i wrong??? Hi Fabio, This is the default S3 behavior. The default canned ACL will be the user who writes the key and FULL_CONTROL. You will have to iterate the keys and grant a specific read ACL. You can also on upload of the keys specify the ACL. Also we have a patch pending[1] that provides some relief for this use case where we would allow the bucket ACLs to be evaluated and be authoritative before the key ACLs. It needs to get cleaned up a bit but I think it would very much be useful in your case. We are about to go into production running this on two different Ceph Object Stores. [1] - https://github.com/ceph/ceph/pull/672 Thanks, derek -- --- Derek T. Yarnell University of Maryland Institute for Advanced Computer Studies _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com