Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getDeletePolicyURL (0.07 sec)

  1. cmd/bucket-policy-handlers_test.go

    		recV4 := httptest.NewRecorder()
    		// construct HTTP request for Delete bucket policy endpoint.
    		reqV4, err := newTestSignedRequestV4(http.MethodDelete, getDeletePolicyURL("", testCase.bucketName),
    			0, nil, testCase.accessKey, testCase.secretKey, nil)
    		if err != nil {
    			t.Fatalf("Test %d: Failed to create HTTP request for GetBucketPolicyHandler: <ERROR> %v", i+1, err)
    		}
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 32.9K bytes
    - Viewed (0)
Back to top