ncloud_ncs_put_object
Upload an object to a Ncloud Storage bucket, choose a storage class (STANDARD, ONEZONE_IA, DEEP_ARCHIVE), or preview with dry-run.
Instructions
Upload (put) an object to a Ncloud Storage bucket. Optionally selects a storage class (STANDARD | ONEZONE_IA | DEEP_ARCHIVE). 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') | |
| storageClass | No | Storage class to store the object in — STANDARD (default): Standard Class | ONEZONE_IA: One Zone-IA (Infrequent Access) Class | DEEP_ARCHIVE: Archive Class. Sent as the x-amz-storage-class header; omit to use STANDARD |