Skip to content

Commit e27ff55

Browse files
doc(obj): add note on transition rules minimal duration (#6215)
* doc(obj): add note on transition rules minimal duration * doc(obj): update * doc(obj): update
1 parent 790b0d1 commit e27ff55

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

pages/object-storage/api-cli/lifecycle-rules-api.mdx

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,16 @@ import Requirements from '@macros/iam/requirements.mdx'
1717
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.
1818

1919
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.
2121
* **Transition** defines when objects change storage classes.
2222
* **Incomplete Multipart Uploads** allows you to stop uploads automatically if they are not completed.
2323

2424
<Message type="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.
2928

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.
3130
</Message>
3231

3332
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`.
133132
**Parent**
134133
: `Rule`
135134

135+
<Message type="note">
136+
Lifecycle rules only allow the following transitions:
137+
- Standard Multi-AZ -> Standard One Zone
138+
- Standard Multi-AZ -> Glacier
139+
- Standard One Zone -> Glacier
140+
</Message>
141+
136142
### Day
137143

138144
**Description**

0 commit comments

Comments
 (0)