mirror of
https://github.com/ceph/ceph
synced 2025-01-02 00:52:22 +00:00
rgw: add minor data to schema examination
This commit is contained in:
parent
aa490a761b
commit
06d8e1696f
@ -16,4 +16,13 @@ user IDs are strings, as with S3.
|
||||
buckets:
|
||||
ui_email_bucket: hold objects named by email and containing encoded RGWUIDs
|
||||
ui_bucket: holds objects named by user_id and containing encoded RGWUserInfos
|
||||
root_bucket: holds objects corresponding to the other buckets, with ACLs in their attrs.
|
||||
root_bucket: holds objects corresponding to the other buckets, with ACLs in their attrs.
|
||||
|
||||
Observed schema:
|
||||
buckets:
|
||||
.rgw -- contains: .users -- empty
|
||||
.users.email -- empty
|
||||
johnny1 -- bucket name -- empty
|
||||
.users -- contains: anonymous -- empty
|
||||
bucket for each user id -- contains binary, key, binary, secret key, binary, user name, binary, user email
|
||||
.users.email -- contains bucket for each user email -- contains binary, then user id
|
||||
|
Loading…
Reference in New Issue
Block a user