LifecycleTransition
Configuration for transitioning objects to a different storage class.
When the transition condition is met, objects are moved to the specified storage class. This is useful for reducing storage costs by moving infrequently accessed data to cheaper tiers.
Specify ONE Condition (Not Both)
days: Transition objects N days after their creation datedate: Transition all matching objects on a specific date
<Schema
{...require("./lifecycletransition.Schema.json")}
>
</Schema>
LifecycleTransition
{
"days": 0,
"date": "2025-06-01T00:00:00Z",
"storage_class": "STANDARD"
}