Versions in this module Expand all Collapse all v0 v0.9.1 May 6, 2026 Changes in this version + func Path() (string, error) + func Save(c Credentials) error + type Credentials struct + AccessKey string + AccessKeySource Source + SecretKey string + SecretKeySource Source + func Load() (Credentials, error) + func LoadFile() (Credentials, error) + func LoadFrom(homeDir func() (string, error), getenv func(string) string) (Credentials, error) + func (c Credentials) IsEmpty() bool + type Source int + const SourceEnv + const SourceFile + const SourceNone + func (s Source) String() string