Expand description
Cloud storage infrastructure (credential resolution, validation, secret masking). Cloud storage infrastructure for lakehouse connectors.
Re-exports§
pub use masking::SecretMasker;pub use resolver::ResolvedStorageOptions;pub use resolver::StorageCredentialResolver;pub use validation::CloudConfigValidator;pub use validation::CloudValidationError;pub use validation::CloudValidationResult;pub use validation::CloudValidationWarning;
Modules§
- masking
- Secret masking for safe logging of connector configuration.
- provider
- Backward-compatible connector re-export of the shared storage provider model.
- resolver
- Cloud storage credential resolver.
- validation
- Per-cloud-provider configuration validation.
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§
- Auth
Source - Non-secret description of the selected credential mechanism.
- 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.