Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newTestStreamingSignedRequest (1.1 sec)

  1. cmd/test-utils_test.go

    	}
    
    	req, err = assembleStreamingChunks(req, body, chunkSize, secretKey, signature, currTime)
    	return req, err
    }
    
    // Returns new HTTP request object signed with streaming signature v4.
    func newTestStreamingSignedRequest(method, urlStr string, contentLength, chunkSize int64, body io.ReadSeeker, accessKey, secretKey string) (*http.Request, error) {
    	req, err := newTestStreamingRequest(method, urlStr, contentLength, chunkSize, body)
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 77K bytes
    - Viewed (0)
Back to top