- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getListObjectsV1URL (0.17 sec)
-
cmd/test-utils_test.go
queryValue := url.Values{} queryValue.Set("lifecycle", "") return makeTestTargetURL(endPoint, bucketName, "", queryValue) } // return URL for listing objects in the bucket with V1 legacy API. func getListObjectsV1URL(endPoint, bucketName, prefix, maxKeys, encodingType string) string { queryValue := url.Values{} if maxKeys != "" { queryValue.Set("max-keys", maxKeys) } if encodingType != "" {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 01 22:13:18 UTC 2024 - 77K bytes - Viewed (0)