Expand description
Object store factory — builds S3, GCS, Azure, or local backends from URL schemes.
Factory for building ObjectStore instances from URL schemes.
Detects the cloud provider from the URL scheme (s3://, gs://, az://,
file://) and constructs the appropriate backend. Cloud providers require
their respective feature flags (aws, gcs, azure).
Credentials are resolved via from_env() (reads standard env vars like
AWS_ACCESS_KEY_ID) with explicit overrides from the options map.
Enums§
- Object
Store Factory Error - Errors from object store construction.
Functions§
- build_
object_ store - Build an [
ObjectStore] from a URL and optional configuration overrides.