ncloud_ncs_complete_multipart_upload
Complete a multipart upload in Ncloud Storage by assembling uploaded parts with their ETags into the final object.
Instructions
[Ncloud Storage] Assemble uploaded parts into the final object (POST /{key}?uploadId). Pass every part's partNumber and the ETag returned when it was uploaded; parts are sent in ascending part-number order as the API requires.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Object key (path) of the multipart upload target | |
| parts | Yes | Parts to assemble | |
| uploadId | Yes | Upload ID returned by ncloud_ncs_create_multipart_upload | |
| bucketName | Yes | Name of the Ncloud Storage bucket |