Skip to content

Commit

Permalink
rgw: add minor data to schema examination
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Farnum committed Mar 29, 2010
1 parent aa490a7 commit 06d8e16
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/doc/rgw.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 06d8e16

Please sign in to comment.