Module object_store

Module object_store 

Source

Macros§

gen_object_store_builder 🔒
validate_backend 🔒
Macro for declarative backend validation.
wrap_with_clap_prefix 🔒

Structs§

ObjectStoreConfig
Common config for object store.
PrefixedAzblobConnection
PrefixedGcsConnection
PrefixedOssConnection
PrefixedS3Connection

Traits§

FieldValidator 🔒
Trait for checking if a field is effectively empty.
IntoField 🔒
Trait to convert CLI field types to target struct field types. This enables Option<SecretString> (CLI) -> SecretString (target) conversions, allowing us to distinguish “not provided” from “provided but empty”.

Functions§

new_fs_object_store
Creates a new file system object store.