ncloud_ncs_list_multipart_uploads
List in-progress multipart uploads in an Ncloud Storage bucket to identify incomplete uploads that still consume storage. Use this to find leftovers before aborting them.
Instructions
[Ncloud Storage] List in-progress (not yet completed or aborted) multipart uploads in a bucket (GET /?uploads). Incomplete uploads keep consuming storage until completed or aborted — use this to find leftovers, then ncloud_ncs_abort_multipart_upload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | No | Only uploads whose key starts with this prefix | |
| keyMarker | No | Pagination: nextKeyMarker of the previous page | |
| bucketName | Yes | Name of the Ncloud Storage bucket | |
| maxUploads | No | Uploads per page (1–1,000) | |
| uploadIdMarker | No | Pagination: nextUploadIdMarker of the previous page (requires keyMarker) |