mirror of
https://github.com/minio/minio.git
synced 2024-12-26 15:15:55 -05:00
155a90403a
This PR also does backend format change to 1.0.1 from 1.0.0. Backward compatible changes are still kept to read the 'md5Sum' key. But all new objects will be stored with the same details under 'etag'. Fixes #4312
21 lines
411 B
JSON
21 lines
411 B
JSON
{
|
|
"version": "1.0.0",
|
|
"format": "fs",
|
|
"minio": {
|
|
"release": "DEVELOPMENT.GOGET"
|
|
},
|
|
"meta": {
|
|
"etag": "97586a5290d4f5a41328062d6a7da593-3",
|
|
"content-type": "binary/octet-stream",
|
|
"content-encoding": "gzip"
|
|
},
|
|
"parts": [
|
|
{
|
|
"number": 1,
|
|
"name": "part.1",
|
|
"size": 29,
|
|
"eTag": "",
|
|
},
|
|
]
|
|
}
|