Response Elements
Parameter name | Type | Description |
partNumber | Integer | 本次上传的分片号码 |
Request Example
PUT /uvideoUploads/test.mp4?UploadId=94c9-36fb-5a0f72a&partNumber=0 HTTP/1.1 Host: upload.uvideo.ucloud.com.cn Bucket: demospace Content-Type: video/mp4 Authorization: AutoAI demouser@ucloud.cn13424346821929713944:S5FVD2w613MKb/hisjaqHdjvn9U= Content-Length: 4194304 <4194304 bytes of data,as part of the file>
Response Example
HTTP/1.1 200 OK Content-Type: application/json Etag: AQAAABP9DJdoo2X0hKyax2pVTLQPaVzH Content-Length: 21 { "PartNumber":0 }