mirror of
https://github.com/minio/minio.git
synced 2025-02-05 10:48:07 -05:00
ee6645f421
This is needed for verification of incoming parts and to support variadic part uploads. Which should be sorted properly. Fixes #1740
16 lines
251 B
JSON
16 lines
251 B
JSON
{
|
|
"version": "1",
|
|
"format": "fs",
|
|
"minio": {
|
|
"release": "DEVELOPMENT.GOGET"
|
|
},
|
|
"parts": [
|
|
{
|
|
"number": 1,
|
|
"name": "object1",
|
|
"size": 29,
|
|
"eTag": "",
|
|
},
|
|
]
|
|
}
|