Versions in this module Expand all Collapse all v1 v1.2.0 Mar 13, 2026 Changes in this version + var ErrSecretSourceAWSInvalidLocation = fmt.Errorf("invalid AWS Secrets Manager secret location format") + var ErrSecretSourceAWSInvalidNameSuffix = fmt.Errorf("secret name must not end with a hyphen followed by six characters") + func WithAWS(client *secretsmanager.Client) spelunk.SpelunkerOption + type SecretSourceAWS struct + func (s *SecretSourceAWS) DigUp(ctx context.Context, coord types.SecretCoord) (string, error) + func (s *SecretSourceAWS) Type() string