ncloud_upload_part
Upload a specific part to a multipart upload on Naver Cloud Platform. Requires upload ID and part number from a prior initiation.
Instructions
Upload a part in a multipart upload. Use InitiateMultipartUpload first to get an uploadId, then upload parts, then CompleteMultipartUpload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Content of this part to upload | |
| uploadId | Yes | Upload ID returned from initiate multipart upload | |
| bucketName | Yes | Name of the bucket | |
| objectName | Yes | Object key (path) for the multipart upload | |
| partNumber | Yes | Part number (1 to 10000) |