Skip to main content

Module credentials

Module credentials 

Source
Expand description

Credential provider trait and implementations.

This module defines the CredentialProvider trait for resolving secret access keys from access key IDs, along with a StaticCredentialProvider for testing and development use cases.

Structs§

StaticCredentialProvider
A simple in-memory credential provider backed by a HashMap.

Traits§

CredentialProvider
Trait for looking up secret access keys by access key ID.