Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPutNotificationURL (0.09 sec)

  1. cmd/server_test.go

    	response, err := s.client.Do(request)
    	c.Assert(err, nil)
    
    	// assert the http response status code.
    	c.Assert(response.StatusCode, http.StatusOK)
    
    	request, err = newTestSignedRequest(http.MethodPut, getPutNotificationURL(s.endPoint, bucketName),
    		int64(len(bucketNotificationBuf)), bytes.NewReader([]byte(bucketNotificationBuf)), s.accessKey, s.secretKey, s.signer)
    	c.Assert(err, nil)
    
    	// execute the HTTP request.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jul 15 16:28:02 UTC 2024
    - 116.3K bytes
    - Viewed (0)
Back to top