The Shadow enum value (2) is never assigned anywhere in the codebase.
Update the comment to clearly state it is unused and reserved for
backward compatibility, since the value is serialized as a raw uint8_t
in bucket index entries and may exist in on-disk data.
Signed-off-by: Oguzhan Ozmen <oozmen@bloomberg.net>
Main = 1, // b-i entries for standard objs
- Shadow = 2, // presumably intended for multipart shadow
- // uploads; not currently used in the codebase
+ Shadow = 2, // unused, reserved for backward compatibility
MultiMeta = 3, // b-i entries for multipart upload metadata objs