How to allow access to Ceph/S3 objects between multiple users?
We have a Ceph filesystem we’re accessing via Ceph/S3 interface. We have a bucket owner user user-00 and multiple individual user accounts user-01, user-02, etc. When user-02 uploads a file we’re seeing the following from get-object-acl: { “Owner”: { “DisplayName”: “User 02”, “ID”: “user-02” }, “Grants”: [ { “Grantee”: { “DisplayName”: “User 02”, “ID”: “user-02”, … Read more