|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
Part information. |
||
| part_number |
integer |
The part number. |
1 |
| part_size |
integer |
This field is deprecated. Do not use it. |
1024 |
| upload_url |
string |
The upload URL. The URL is valid for 15 minutes by default. If the URL expires, you must call the GetUploadUrl operation again to obtain a new one. If you enable the intelligent data domain feature, the value of internal_upload_url is adaptively returned in this field based on the request. |
https://data.aliyunpds.com/xxx/xxx?Expires=xxx&OSSAccessKeyId=xxx&Signature=xxx&partNumber=1&uploadId=0CC175B9C0F1B6A831C399E269772661 |
| internal_upload_url |
string |
The internal upload URL, which is used for access from within a VPC network. After you enable the intelligent data domain feature, this field is no longer used. The value of this parameter is adaptively returned in the upload_url field based on the request. If you need to use this field, contact PDS technical support. |
https://data-vpc.aliyunpds.com/xxx/xxx?Expires=xxx&OSSAccessKeyId=xxx&Signature=xxx&partNumber=1&uploadId=0CC175B9C0F1B6A831C399E269772661 |
| etag |
string |
This field is deprecated. Do not use it. |
"0CC175B9C0F1B6A831C399E269772661" |
| parallel_sha1_ctx |
object |
The SHA-1 context of the previous part. This field is valid only for parallel upload of multiple parts. |
|
| h |
array |
The first five 32-bit variables of the SHA-1 hash of the previous data block. This field is valid only for parallel upload of multiple parts. |
|
|
integer |
|||
| part_offset |
integer |
The total length of data up to the previous data block, in bytes. The value must be a multiple of 64. This field is valid only for parallel upload of multiple parts. |
10240 |
| upload_form_info |
UploadFormInfo |
The form upload information. |
|
| parallel_sha256_ctx |
object |
The SHA-256 context of the previous part. |
|
| h |
array |
The first eight 32-bit variables of the SHA-256 hash of the previous data block. |
|
|
integer |
|||
| part_offset |
integer |
The total length of data up to the previous data block, in bytes. The value must be a multiple of 64. |