Object Lifecycle Policy - CI/CD Glossary Definition
An object lifecycle policy is a rule set on object storage that automatically transitions objects to cheaper storage classes or deletes them after a defined age. It is the standard way to control artifact storage costs.
Related guides
Storage Class - CI/CD Glossary DefinitionA storage class is a tier of object storage trading retrieval speed and cost - standard for hot data, infrequ…
Cold Storage - CI/CD Glossary DefinitionCold storage is a low-cost archival tier for rarely-accessed data; retrieval is cheap to keep but slow and so…
Artifact Retention - CI/CD Glossary DefinitionArtifact retention is how long CI keeps build outputs and logs before auto-deleting them. Tuning it balances…