ncloud_ncs_put_object
Upload an object to a Ncloud Storage bucket. Supports dryRun preview and custom content type.
Instructions
Upload (put) an object to a Ncloud 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 (default), 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') |