mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
Validate incoming requests (#7234)
This commit is contained in:
committed by
Harshavardhana
parent
118270d76f
commit
14544d8d84
@@ -16,7 +16,7 @@
|
||||
|
||||
package cmd
|
||||
|
||||
const storageRESTVersion = "v3"
|
||||
const storageRESTVersion = "v4"
|
||||
const storageRESTPath = minioReservedBucketPath + "/storage/" + storageRESTVersion + "/"
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user