The naming of RADOS objects in RGW can sometimes be confusing. The following notes summarize the basic principles used to identify them:
The fundamental cases
| Case | Naming Format | 
|---|---|
| In all cases | <bucket-id>_<object-name> (head) | 
| Stripes on Large object | <bucket-id>__shadow_<prefix>_<stripe-id> | 
| Multipart upload | <bucket-id>__multipart_<object-name>.<upload-id … | 


