ncloud_complete_multipart_upload
Assemble uploaded parts into a final object by completing a multipart upload with bucket name, object key, upload ID, and part 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 |