ncloud_put_bucket_lifecycle
Define lifecycle rules for Ncloud Storage buckets to automate storage class transitions and object expiration. Use dryRun to preview changes before applying.
Instructions
Set lifecycle configuration rules for a Ncloud Storage bucket. Supports storage class transitions (STANDARD, STANDARD_IA, GLACIER) and object expiration. Use dryRun=true to preview the configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rules | Yes | Array of lifecycle rules to apply | |
| dryRun | No | If true, returns a preview without actually applying the configuration | |
| bucketName | Yes | Name of the bucket to set lifecycle configuration for |