Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Nash (0.11 sec)

  1. cmd/server_test.go

    	request, err = newTestSignedRequest(http.MethodPut, getPutObjectURL(s.endPoint, bucketName, objectName),
    		int64(buffer1.Len()), buffer1, s.accessKey, s.secretKey, s.signer)
    	c.Assert(err, nil)
    	// set the Content-Md5 to be the hash to content.
    	request.Header.Set("Content-Md5", etagBase64)
    	response, err = s.client.Do(request)
    	c.Assert(err, nil)
    	// expecting a successful upload.
    	c.Assert(response.StatusCode, http.StatusOK)
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 108K bytes
    - Viewed (0)
Back to top