ncloud_ncs_list_parts
Retrieve uploaded parts for a multipart upload to check progress or resume. Paginate results with maxParts and partNumberMarker.
Instructions
[Ncloud Storage] List the parts uploaded so far for a multipart upload (GET /{key}?uploadId). Paginate with maxParts / partNumberMarker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Object key (path) of the multipart upload target | |
| maxParts | No | Parts per page (1–1,000) | |
| uploadId | Yes | Upload ID returned by ncloud_ncs_create_multipart_upload | |
| bucketName | Yes | Name of the Ncloud Storage bucket | |
| partNumberMarker | No | Start after this part number (nextPartNumberMarker of the previous page) |