mirror of
https://github.com/minio/minio.git
synced 2025-07-17 20:52:43 -04:00
allow for rolling upgrades
This commit is contained in:
parent
ed264449b1
commit
51ad1d983d
@ -21,7 +21,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
lockRESTVersion = "v5" // Add Force unlock
|
lockRESTVersion = "v4" // Add Quorum query param
|
||||||
lockRESTVersionPrefix = SlashSeparator + lockRESTVersion
|
lockRESTVersionPrefix = SlashSeparator + lockRESTVersion
|
||||||
lockRESTPrefix = minioReservedBucketPath + "/lock"
|
lockRESTPrefix = minioReservedBucketPath + "/lock"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user