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§
- Adapted
Storage Location - Consumer-ready URL plus non-secret properties derived from its authority.
- Endpoint
Override - Redacted description of a configured endpoint override.
- Storage
Location - A validated storage location with the authority components consumers need.
Enums§
- Storage
Consumer - Storage client that will consume a parsed location.
- Storage
Endpoint Class - Native or compatibility classification of a storage endpoint.
- Storage
Location Error - Errors from parsing or adapting a storage location.
- Storage
Provider - Cloud or local storage provider selected by a location URL.