Versions in this module Expand all Collapse all v0 v0.1.18 Jul 10, 2026 Changes in this version + func Set(b Backend) + type Backend interface + PrepareCredentials func(in Credentials) (out Credentials, handled bool, err error) + UsesPersistentProfileCredentials func() bool + WrapTransport func(service, region string, base http.RoundTripper) http.RoundTripper + func Get() Backend + type Credentials struct + AccessKeyID string + Endpoint string + Region string + SecretAccessKey string + SessionToken string