Skip to content

Commit b580d15

Browse files
authored
Update guide.en-gb.md
added new supported storage tier in transitions
1 parent 5468e4b commit b580d15

File tree

1 file changed

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

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -397,11 +397,12 @@ In a versioned bucket, the following configuration does the following actions:
397397
398398
The following are the currently supported transitions:
399399

400-
| from/to | High Performance | Standard | Standard Infrequent Access |Cold Archive |
401-
| ---------------- | ---------------- | --------- | -------------------------- |------------ |
402-
| High Performance | - | yes | yes | no |
403-
| Standard | forbidden | - | yes | no |
404-
| Cold Archive | forbidden | forbidden | forbidden | - |
400+
| from/to | High Performance | Standard | Infrequent Access |Cold Archive |
401+
| ---------------- | ---------------- | --------- | ----------------- |------------ |
402+
| High Performance | - | yes | yes | no |
403+
| Standard | forbidden | - | yes | no |
404+
| Infrequent Access| forbidden | forbidden | - | no |
405+
| Cold Archive | forbidden | forbidden | forbidden | - |
405406

406407
### Minimum object size
407408

0 commit comments

Comments
 (0)