mirror of
https://github.com/minio/minio.git
synced 2025-01-26 22:23:15 -05:00
update internode API for FileInfo change
Signed-off-by: Harshavardhana <harsha@minio.io>
This commit is contained in:
parent
c829e3a13b
commit
4d53054f8c
@ -18,7 +18,7 @@
|
|||||||
package cmd
|
package cmd
|
||||||
|
|
||||||
const (
|
const (
|
||||||
storageRESTVersion = "v31" // Added RenameData with fileInfo()
|
storageRESTVersion = "v32" // Added transition related information to FileInfo
|
||||||
storageRESTVersionPrefix = SlashSeparator + storageRESTVersion
|
storageRESTVersionPrefix = SlashSeparator + storageRESTVersion
|
||||||
storageRESTPrefix = minioReservedBucketPath + "/storage"
|
storageRESTPrefix = minioReservedBucketPath + "/storage"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user