- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for keySignFields (0.09 sec)
-
cmd/signature-v2.go
} // Then will be splitting on ":", this will separate `AWSAccessKeyId` and `Signature` string. keySignFields := strings.Split(strings.TrimSpace(authFields[1]), ":") if len(keySignFields) != 2 { return auth.Credentials{}, false, ErrMissingFields } return checkKeyValid(r, keySignFields[0]) } // Authorization = "AWS" + " " + AWSAccessKeyId + ":" + Signature;
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 12.2K bytes - Viewed (0)