Skip to main content

Module storage_location

Module storage_location 

Source
Expand description

Provider-neutral object-store locations and consumer-specific URL adapters. Provider-neutral parsing for object-store locations.

Parsing is deliberately separate from client construction. A location is parsed once, then adapted to the URL and non-secret options expected by a particular storage consumer.

Structs§

AdaptedStorageLocation
Consumer-ready URL plus non-secret properties derived from its authority.
EndpointOverride
Redacted description of a configured endpoint override.
StorageLocation
A validated storage location with the authority components consumers need.

Enums§

StorageConsumer
Storage client that will consume a parsed location.
StorageEndpointClass
Native or compatibility classification of a storage endpoint.
StorageLocationError
Errors from parsing or adapting a storage location.
StorageProvider
Cloud or local storage provider selected by a location URL.