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
@@ -375,6 +375,9 @@ 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
380
+
- your object can only be transitioned from Standard to Standard Infrequent Access after 60 days (30 days after the previous transition)
0 commit comments