ncloud_complete_multipart_upload
Complete a multipart upload by assembling uploaded parts using their part numbers and ETags. Finalizes the upload process for a specified object key.
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 |