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 |
Last Article: Response Result of the Request for Copying a Part
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.