ncloud_complete_multipart_upload
Assemble previously uploaded parts to complete a multipart upload. Provide bucket name, object key, upload ID, and the list of parts with ETags.
Instructions
Complete a multipart upload by assembling previously uploaded parts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Object key (path) for the multipart upload | |
| parts | Yes | List of parts with their part numbers and ETags | |
| uploadId | Yes | Upload ID returned from initiate multipart upload | |
| bucketName | Yes | Name of the bucket |