ncloud_put_object
Upload an object to an Object Storage bucket by providing bucket name, key, and body. Enable dryRun to preview the operation instead of uploading.
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') |