ncloud_put_object
Upload an object to a Naver Cloud Object Storage bucket, specifying bucket, key, and content. Optionally preview with dryRun before committing.
Instructions
Upload (put) an object to an Object Storage bucket. Use dryRun=true to preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Object key (path) to upload to | |
| body | Yes | Content to upload as the object body | |
| dryRun | No | If true, returns a preview without actually uploading | |
| bucketName | Yes | Name of the bucket | |
| contentType | No | Content-Type header for the object (e.g., 'text/plain', 'application/json') |