Request Parameter of List Parts
Type Definition
type ListPartsInput struct
Parameter Description
| Field | Type | Optional or Mandatory | Description |
|---|---|---|---|
| Bucket | string | Mandatory | Bucket name |
| Key | string | Mandatory | Object name |
| UploadId | string | Mandatory | Multipart upload ID |
| MaxParts | int | Optional | Part number after which listing uploaded parts begins. Only parts whose part numbers are larger than this value will be listed. |
| PartNumberMarker | int | Optional | Maximum number of uploaded parts that can be listed per page |
| EncodingType | string | Optional | Encodes the key in the response based on the specified type. If a key contains control characters that are not supported by the XML 1.0 standard, you can set EncodingType to encode the key in the response. Optional value: url |
Last Article: Response Result of PUT Part - Copy
Next Article: Response Result of List Parts
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.