Skip to main content

Module resolver

Module resolver 

Source
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:

  1. Explicit connector options (storage.* keys)
  2. Explicitly selected profiles or credential sources
  3. Provider environment and default credential chains (handled downstream)

Structs§

ResolvedStorageOptions
Resolved storage credentials ready for object_store / deltalake.
StorageCredentialResolver
Storage credential resolver.

Enums§

AuthSource
Non-secret description of the selected credential mechanism.