userID: ********************{
"regionID": "nm8",
"bucket": "ztces-230404-create",
"key": "ces3.txt",
"uploadId": "2~MJGKGlymWrfe36O99u6BroF3u3-bdRU",
"multipartUpload": {
"parts": [
{
"ETag": "\"202cb962ac59075b964b07152d234b70\"",
"partNumber": 1
}
]
}
}curl --location --request POST 'http://ct-global.ctapi-internal.ctyun.local:31111/v4/oss/complete-multipart-upload' \
--header 'x-ctyun-user-id: {{userID}}' \
--header 'Accept-Language: zh-CN' \
--header 'userId: ef378f73-1c52-435e-90f2-6a9cd2258c8e' \
--header 'userID: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "nm8",
"bucket": "ztces-230404-create",
"key": "ces3.txt",
"uploadId": "2~MJGKGlymWrfe36O99u6BroF3u3-bdRU",
"multipartUpload": {
"parts": [
{
"ETag": "\"202cb962ac59075b964b07152d234b70\"",
"partNumber": 1
}
]
}
}'{
"description":"成功",
"errorCode":"SUCCESS",
"message":"success",
"returnObj":{
"ETag":"d022646351048ac0ba397d12dfafa304-1",
"bucket":"ztces-230404-create",
"key":"ces3.txt",
"location":"http://10.246.117.22:25989/ztces-230404-create/ces3.txt",
"versionID":"Y7jaqHY7rfvsG3zkEZnZcEIsDngKyZ9"
},
"statusCode":800
}