- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getHEADBucketURL (0.06 seconds)
-
cmd/server_test.go
bucketName := getRandomBucketName() // create request to HEAD on the bucket. // HEAD on an bucket helps validate the existence of the bucket. request, err := newTestSignedRequest(http.MethodHead, getHEADBucketURL(s.endPoint, bucketName), 0, nil, s.accessKey, s.secretKey, s.signer) c.Assert(err, nil) // execute the http request. response, err := s.client.Do(request) c.Assert(err, nil) // Assert the response.
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 118.1K bytes - Click Count (0)