ncloud_upload_part
Uploads a part in a multipart upload to Ncloud Object Storage using the upload ID from InitiateMultipartUpload. Specify part number and content, then call CompleteMultipartUpload to finish.
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) |