Re-exports§
pub use encryption::EncryptedStore;
pub use encryption::EncryptedStoreBuilder;
pub use encryption::EncryptedStoreUploader;
Modules§
- encryption
- An object store implementation that provides transparent AES-256-GCM encryption and decryption for stored objects.
Structs§
- Meta
Store MetaStore
is a wrapper around anObjectStore
implementation that adds metadata capabilities.- Meta
Store Builder - Builder for creating a
MetaStore
instance. - Meta
Store Uploader - Handler for multipart uploads to a
MetaStore
.