ncloud_ncs_upload_part
Upload a part of a multipart upload to Ncloud Storage and receive its ETag. Use for small parts or API verification; each part except the last must be at least 5 MB.
Instructions
[Ncloud Storage] Upload one part of a multipart upload (PUT /{key}?partNumber&uploadId) and return its ETag. Body is text over MCP, so this suits small parts and API verification rather than bulk binary transfer. Every part except the last must be at least 5 MB (S3 convention) or CompleteMultipartUpload fails with EntityTooSmall.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Object key (path) of the multipart upload target | |
| body | Yes | Content of this part | |
| uploadId | Yes | Upload ID returned by ncloud_ncs_create_multipart_upload | |
| bucketName | Yes | Name of the Ncloud Storage bucket | |
| partNumber | Yes | Part number (1–10,000) |