Skip to main content

Module object_store_builder

Module object_store_builder 

Source
Expand description

Object store factory — builds S3, GCS, Azure, or local backends from URL schemes. Factory for building ObjectStore instances from URL schemes.

Provider selection, credentials, retries, and client construction are delegated to object_store. Explicit options override environment values.

Enums§

CheckpointStorageScope
Failure domain of a checkpoint object-store URL.
ObjectStoreBuilderError
Errors from object store construction.

Functions§

build_object_store
Build an [ObjectStore] from a URL and optional configuration overrides.
durable_local_object_store
Open the crash-durable local object store used by checkpoint data and metadata.
file_url_path
Absolute local filesystem path from a canonical lowercase file:// URL.
is_absolute_local_file_url
Whether a file URL syntactically names an absolute local namespace.