Versions in this module Expand all Collapse all v0 v0.3.1 May 6, 2026 v0.3.0 Apr 29, 2026 v0.2.7 Apr 27, 2026 Changes in this version + type Credential struct + AccessKey string + SecretKey string + SecurityToken string + func FromOptions(options schema.Options) (Credential, error) + func New(accessKey, secretKey, securityToken string) Credential + func (c Credential) Validate() error