Lifecycle management means periodically deleting objects in a bucket or transitioning between object storage classes by configuring rules.
You can define lifecycle rules for identifying objects and manage lifecycles of the objects based on the rules.
You can identify what objects in your bucket will be infrequently accessed, and then configure lifecycle rules to transition them to the Warm or Cold storage class to save storage costs. In short, transition basically means that the object storage class is altered without copying the object. You can also manually change the storage class of an object on the Objects page. For details, see Uploading a File.
Lifecycle rules have two key elements:
You can also specify the prefix of object names so that objects whose names have this prefix are restricted by the rules. You can configure a lifecycle rule for a bucket so that all objects in the bucket can be restricted by the lifecycle rule.
The previous number of days for objects to be transitioned to Warm is at least 30. If objects are configured to change to both Warm and Cold, the number of days for transition to Cold must be at least 30 days later than that for transition to Warm. For example, if the number of days for transition to Warm is 33, that for transition to Cold must be 63 at least. If only transition to Cold is enabled and transition to Warm is disabled, there is no limit on the number of days for transition. The expiration time must be greater than the two transition times.