Change replica set detection for localhost on single endpoint (#8692)

This commit is contained in:
Harshavardhana
2019-12-24 11:31:32 -08:00
committed by kannappanr
parent f68a7005c0
commit 54431b3953
4 changed files with 37 additions and 23 deletions

View File

@@ -17,7 +17,7 @@
package cmd
const (
storageRESTVersion = "v11"
storageRESTVersion = "v12"
storageRESTVersionPrefix = SlashSeparator + storageRESTVersion
storageRESTPrefix = minioReservedBucketPath + "/storage"
)