Macros§
- gen_
object_ 🔒store_ builder - validate_
backend 🔒 - Macro for declarative backend validation.
- wrap_
with_ 🔒clap_ prefix
Structs§
- Object
Store Config - Common config for object store.
- Prefixed
Azblob Connection - Prefixed
GcsConnection - Prefixed
OssConnection - Prefixed
S3Connection
Traits§
- Field
Validator 🔒 - Trait for checking if a field is effectively empty.
- Into
Field 🔒 - 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.