Versions in this module Expand all Collapse all v0 v0.23.3 Jun 25, 2020 v0.23.2 Jun 25, 2020 Changes in this version + const AmzAlgorithmKey + const AmzCredentialKey + const AmzDateKey + const AmzExpiresKey + const AmzSecurityTokenKey + const AmzSignatureKey + const AmzSignedHeadersKey + const EmptyStringSHA256 + const ShortTimeFormat + const TimeFormat + const UnsignedPayload + var AllowedQueryHoisting = InclusiveRules + var IgnoredHeaders = Rules + var RequiredSignedHeaders = Rules + func GetURIPath(u *url.URL) string + func StripExcessSpaces(vals []string) + type Blacklist struct + func (b Blacklist) IsValid(value string) bool + type InclusiveRules []Rule + func (r InclusiveRules) IsValid(value string) bool + type MapRule map[string]struct + func (m MapRule) IsValid(value string) bool + type Patterns []string + func (p Patterns) IsValid(value string) bool + type Rule interface + IsValid func(value string) bool + type Rules []Rule + func (r Rules) IsValid(value string) bool + type Whitelist struct + func (w Whitelist) IsValid(value string) bool