- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getHEADBucketURL (0.06 sec)
-
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.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 118.1K bytes - Viewed (0)