Structs§
- Object
Storage Adapter - The one storage implementation: every backend is an
object_store::ObjectStore, so the semantics (atomic-visibility puts, conditional creates, path-delimited listing) are upstream-maintained and identical across backends by construction. The per-backend residue is confined to [UriCodec] (URI ↔ object path mapping) and thesupports_conditional_updatecapability flag (false only for the local filesystem, where upstreamPutMode::Updateis unimplemented).