- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for newTestSignedRequestV2 (0.08 seconds)
-
cmd/test-utils_test.go
) func newTestSignedRequest(method, urlStr string, contentLength int64, body io.ReadSeeker, accessKey, secretKey string, signer signerType) (*http.Request, error) { if signer == signerV2 { return newTestSignedRequestV2(method, urlStr, contentLength, body, accessKey, secretKey, nil) } return newTestSignedRequestV4(method, urlStr, contentLength, body, accessKey, secretKey, nil) }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 77K bytes - Click Count (0)