Bucket and object listing
Buckets that belong to a given user are listed in an OMAP of an object named
USER_ID.buckets, for example, foo.buckets, in the default.rgw.meta
pool with users.uid namespace. These objects are accessed when listing buckets,
when updating bucket contents, and updating and retrieving bucket statistics such as quota. These
listings are kept consistent with buckets in the .rgw pool.
Note: See the user-visible, encoded class
cls_user_bucket_entry and its nested
class cls_user_bucket for the values of these OMAP entries.Objects that belong to a given bucket are listed in a bucket index. The default naming for index
objects is .dir.MARKER in the default.rgw.buckets.index pool.
Reference
For more information, see Configure bucket index resharding.