Skip to content

Commit 22ae330

Browse files
authored
Update guide.en-ie.md
update transition delays + new suported storage class
1 parent 4af949d commit 22ae330

File tree

1 file changed

+8
-5
lines changed
  • pages/storage_and_backup/object_storage/s3_bucket_lifecycle

1 file changed

+8
-5
lines changed

pages/storage_and_backup/object_storage/s3_bucket_lifecycle/guide.en-ie.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -362,11 +362,11 @@ In a versioned bucket, the following configuration does the following actions:
362362
363363
The following are the currently supported transitions:
364364

365-
| from/to | High Performance | Standard | Cold Archive |
366-
| ---------------- | ---------------- | --------- | ------------ |
367-
| High Performance | - | yes | no |
368-
| Standard | forbidden | - | no |
369-
| Cold Archive | forbidden | forbidden | - |
365+
| from/to | High Performance | Standard | Standard Infrequent Access |Cold Archive |
366+
| ---------------- | ---------------- | --------- | -------------------------- |------------ |
367+
| High Performance | - | yes | yes | no |
368+
| Standard | forbidden | - | yes | no |
369+
| Cold Archive | forbidden | forbidden | forbidden | - |
370370

371371
### Minimum object size
372372

@@ -375,6 +375,9 @@ OVHcloud Object Storage will prevent any transition to any storage tier for obje
375375
### Minimum transition delay
376376

377377
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)
378381

379382
### Expiration vs transitions
380383

0 commit comments

Comments
 (0)