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§
- Checkpoint
Storage Scope - Failure domain of a checkpoint object-store URL.
- Object
Store Builder Error - 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.