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/storage_and_backup/object_storage/s3_bucket_lifecycle/guide.en-ie.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -375,8 +375,8 @@ OVHcloud Object Storage will prevent any transition to any storage tier for obje
375
375
### Minimum transition delay
376
376
377
377
The minimum duration for transition rules is **30 days** i.e your lifecycle configuration will not be valid and you will get an error if the number of days for your transition rule is less than 30 days. In practice, it means that the lifecycle feature will only consider objects older than **30 days**.
378
-
For example, let's say you upload an object in the High Performance storage tier and you want to transition said object to Standard after a certain amount of time and then from Standard to Standard Infrequent Access after another amount of time. That means:
379
-
- your object can only be transitioned to Standard after 30 days
378
+
For example, let's say you upload an object in the High Performance storage tier and you want to transition said object to Standard storage tier after a certain amount of time and then from Standard to Standard Infrequent Access storage tier after another amount of time. That means:
379
+
- your object can only be transitioned from High Performance to Standard after 30 days
380
380
- your object can only be transitioned from Standard to Standard Infrequent Access after 60 days (30 days after the previous transition)
381
381
382
382
### Expiration vs transitions
@@ -474,7 +474,7 @@ In this scenario, suppose you upload an object with multiple versions:
474
474
If the current date is 2024-10-23:
475
475
476
476
- v5 will be transitioned 30 days after 2024-10-23
477
-
- v1 will be transitioned since it has been a noncurrent version for 5 days already
477
+
- v1 will be transitioned 30 days after its creation i.e 2024-10-18
478
478
479
479
```json
480
480
{
@@ -491,7 +491,7 @@ If the current date is 2024-10-23:
0 commit comments