mirror of
https://github.com/minio/minio.git
synced 2025-11-24 03:27:44 -05:00
XL: Add additional PartNumber variable as part of xl.json (#1750)
This is needed for verification of incoming parts and to support variadic part uploads. Which should be sorted properly. Fixes #1740
This commit is contained in:
committed by
Harshavardhana
parent
a97230dd56
commit
ee6645f421
@@ -6,7 +6,8 @@
|
||||
},
|
||||
"parts": [
|
||||
{
|
||||
"name": "object00001",
|
||||
"number": 1,
|
||||
"name": "object1",
|
||||
"size": 29,
|
||||
"eTag": "",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user