Versions in this module Expand all Collapse all v1 v1.3.0 May 30, 2026 Changes in this version + type Config struct + Credentials aws.CredentialsProvider + Endpoint string + Region string + User string + type Store struct + func NewStore(c *Config) (*Store, error) + func (v *Store) Get(ctx context.Context) (driver.Credentials, error) + func (v *Store) Refresh(ctx context.Context) (driver.Credentials, error)