mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
Add extended checksum support (#15433)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
package cmd
|
||||
|
||||
const (
|
||||
storageRESTVersion = "v47" // Added ReadMultiple
|
||||
storageRESTVersion = "v48" // Added Checksums
|
||||
storageRESTVersionPrefix = SlashSeparator + storageRESTVersion
|
||||
storageRESTPrefix = minioReservedBucketPath + "/storage"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user