Skip to content

Commit 8283ec6

Browse files
docs(object): update infos on lifecycle (#6220)
1 parent 532c8f0 commit 8283ec6

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: lifecycle-minimal-duration-note
3+
---
4+
5+
<Message type="important">
6+
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:
7+
- Objects must be stored for at least 30 days before transitioning to Standard One Zone.
8+
- Objects must be stored for at least 90 days before transitioning to Glacier.
9+
10+
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.
11+
</Message>

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

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dates:
77
posted: 2019-05-14
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
10+
import LifecycleMinimalDurationMessage from '@macros/object-storage/lifecycle-minimal-duration-message.mdx'
1011

1112

1213
<Requirements />
@@ -21,13 +22,7 @@ Currently, the **expiration**, **transition**, and **incomplete multipart upload
2122
* **Transition** defines when objects change storage classes.
2223
* **Incomplete Multipart Uploads** allows you to stop uploads automatically if they are not completed.
2324

24-
<Message type="important">
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.
28-
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.
30-
</Message>
25+
<LifecycleMinimalDurationMessage />
3126

3227
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.
3328

@@ -55,10 +50,6 @@ Each `Rule` consists of the following:
5550
- `Status` whether the rule is in effect (a rule can be present but `Disabled`)
5651
- Lifecycle transition(s) to perform on the selected objects
5752

58-
<Message type="important">
59-
Lifecycle rules are limited to 500,000 jobs per day. Beyond this limit, you can [transition](/object-storage/how-to/edit-storage-class/) or [delete](/object-storage/how-to/delete-an-object/) your objects manually.
60-
</Message>
61-
6253
## Available XML tokens
6354

6455
### Rule

pages/object-storage/how-to/manage-lifecycle-rules.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ dates:
77
posted: 2021-05-27
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
10-
10+
import LifecycleMinimalDurationMessage from '@macros/object-storage/lifecycle-minimal-duration-message.mdx'
1111

1212
With the Scaleway console, you can use lifecycle rules to [manually](/object-storage/how-to/edit-storage-class/) or automatically change the storage class of your objects. These rules also allow users to set expiration dates for objects and their versions.
1313

1414
Lifecycle rules also allow you to automatically abort incomplete [multipart uploads](/object-storage/api-cli/multipart-uploads/).
1515

16+
<LifecycleMinimalDurationMessage />
17+
1618
<Requirements />
1719

1820
- A Scaleway account logged into the [console](https://console.scaleway.com)
@@ -40,8 +42,6 @@ Lifecycle rules also allow you to automatically abort incomplete [multipart uplo
4042
9. Review the summary of your lifecycle rule, then click **Create lifecycle rule** to confirm.
4143

4244
<Message type="important">
43-
- Lifecycle rules are limited to 500,000 jobs per day. Beyond this limit, you can [transition](/object-storage/how-to/edit-storage-class/) or [delete](/object-storage/how-to/delete-an-object/) your objects manually.
44-
4545
- Lifecycle rules only allow the following transitions:
4646
- Standard Multi-AZ -> Standard One Zone
4747
- Standard Multi-AZ -> Glacier

0 commit comments

Comments
 (0)