Build Cloud Storage lifecycle management rules for storage class transitions and deletion.
{
"rule": [
{
"action": {
"type": "Delete"
},
"condition": {
"age": 365
}
}
]
}Google Cloud Storage lifecycle management automatically transitions objects between storage classes or deletes them based on configurable rules. Rules evaluate conditions like object age, creation date, number of newer versions, storage class, and whether the object is live or a noncurrent version. Properly configured lifecycle rules can dramatically reduce storage costs by moving infrequently accessed data to Nearline, Coldline, or Archive classes and cleaning up old versions. This builder helps you define lifecycle rules with correct condition combinations, action types, and storage class transition sequences.
Disclaimer: This tool runs entirely in your browser. No data is sent to our servers. Always verify outputs before using them in production. AWS, Azure, and GCP are trademarks of their respective owners.