Expand description
Cloud storage credential resolver.
StorageCredentialResolver retains explicit storage.* config options and
records non-secret information about ambient credential sources. Provider
libraries read the environment themselves when constructing a client, so
rotating tokens are never copied into connector configuration.
Resolution priority chain:
- Explicit connector options (
storage.*keys) - Explicitly selected profiles or credential sources
- Provider environment and default credential chains (handled downstream)
Structs§
- Resolved
Storage Options - Resolved storage credentials ready for
object_store/deltalake. - Storage
Credential Resolver - Storage credential resolver.
Enums§
- Auth
Source - Non-secret description of the selected credential mechanism.