allow for rolling upgrades

This commit is contained in:
Harshavardhana 2021-07-06 12:19:57 -07:00
parent ed264449b1
commit 51ad1d983d

View File

@ -21,7 +21,7 @@ import (
)
const (
lockRESTVersion = "v5" // Add Force unlock
lockRESTVersion = "v4" // Add Quorum query param
lockRESTVersionPrefix = SlashSeparator + lockRESTVersion
lockRESTPrefix = minioReservedBucketPath + "/lock"
)