Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mustNewPresignedRequest (1.28 sec)

  1. cmd/auth-handler_test.go

    	}
    	return req
    }
    
    // This is similar to mustNewRequest but additionally the request
    // is presigned with AWS Signature V4, fails if not able to do so.
    func mustNewPresignedRequest(method string, urlStr string, contentLength int64, body io.ReadSeeker, t *testing.T) *http.Request {
    	req := mustNewRequest(method, urlStr, contentLength, body, t)
    	cred := globalActiveCred
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed Apr 09 14:28:39 UTC 2025
    - 15.4K bytes
    - Viewed (0)
Back to top