Expand description
Key-Value storage abstractions.
See the ObjStore trait.
Modules§
Structs§
- Conditions
- Copy
- Request to copy an object from one key to another.
- Download
UrlArgs - Arguments for generating a download URL for an object.
- KeyPage
- List
Args - ObjStore
Builder - Object
Meta - Object metadata.
- Object
Meta Page - Put
Enums§
Traits§
- ObjStore
- Abstraction for a generic key-value store.
- ObjStore
Ext - ObjStore
Provider - A provider/builder for an object store backend.
Type Aliases§
- DynObj
Store - KeyStream
- Stream of key-name pages (as returned by
list_keys). - Meta
Stream - Stream of metadata pages (as returned by
list). - Value
Stream - Byte stream.