- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getCredentialString (0.07 sec)
-
cmd/test-utils_test.go
"Signature=" + signature, } auth := strings.Join(parts, ", ") req.Header.Set("Authorization", auth) return nil } // getCredentialString generate a credential string. func getCredentialString(accessKeyID, location string, t time.Time) string { return accessKeyID + SlashSeparator + getScope(t, location) }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 77K bytes - Viewed (0)