You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/object-storage/api-cli/lifecycle-rules-api.mdx
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,17 +17,16 @@ import Requirements from '@macros/iam/requirements.mdx'
17
17
You can configure the lifecycle of a group of objects so that their storage costs can be effectively managed. A lifecycle configuration is a set of rules that defines actions applied to a group of objects stored on Object Storage.
18
18
19
19
Currently, the **expiration**, **transition**, and **incomplete multipart uploads** actions are supported on the platform:
20
-
***Expiration** defines when objects expire. This allows for the automatic deletion of objects on your behalf.
20
+
***Expiration** defines when objects expire. Expired objects are automatically deleted.
21
21
***Transition** defines when objects change storage classes.
22
22
***Incomplete Multipart Uploads** allows you to stop uploads automatically if they are not completed.
23
23
24
24
<Messagetype="important">
25
-
Lifecycle rules only allow the following transitions:
26
-
- Standard Multi-AZ -> Standard One Zone
27
-
- Standard Multi-AZ -> Glacier
28
-
- Standard One Zone -> Glacier
25
+
- Transition rules created or updated after February 10, 2026 in the Warsaw region, and after February 18, 2026 in the Paris region, must observe the following minimal durations before applying:
26
+
- Objects must be stored for at least 30 days before transitioning to Standard One Zone.
27
+
- Objects must be stored for at least 90 days before transitioning to Glacier.
29
28
30
-
Refer to our [dedicated documentation](/object-storage/how-to/edit-storage-class/) to manually change the storage class of your objects.
29
+
These minimal durations do not apply to lifecycle rules created before these dates, unless they are updated. The duration requirements above will then apply. They also do not apply to the Amsterdam region.
31
30
</Message>
32
31
33
32
There might, for example, be a need to store log files for a week or a month, after which they become obsolete. It is possible to set a lifecycle rule to delete them automatically when they become obsolete. If you consider that a 3-month-old object is rarely used but still has a value, you might want to configure a rule to send it automatically to [Scaleway Glacier](/object-storage/faq/#what-is-the-cold-storage-glacier-class), for example.
@@ -133,6 +132,13 @@ This applies the `Prefix` rule *and* the `Tag`.
133
132
**Parent**
134
133
: `Rule`
135
134
135
+
<Messagetype="note">
136
+
Lifecycle rules only allow the following transitions:
0 commit comments