update internode API for FileInfo change

Signed-off-by: Harshavardhana <harsha@minio.io>
This commit is contained in:
Harshavardhana 2021-04-22 08:42:38 -07:00
parent c829e3a13b
commit 4d53054f8c

View file

@ -18,7 +18,7 @@
package cmd
const (
storageRESTVersion = "v31" // Added RenameData with fileInfo()
storageRESTVersion = "v32" // Added transition related information to FileInfo
storageRESTVersionPrefix = SlashSeparator + storageRESTVersion
storageRESTPrefix = minioReservedBucketPath + "/storage"
)