Skip to content

Commit

Permalink
docs: update readme (add lifecycle rule)
Browse files Browse the repository at this point in the history
  • Loading branch information
yicr committed Apr 6, 2023
1 parent 369e924 commit 6f56043
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

secure multiple transition phases in a single lifecycle policy bucket.

## Lifecycle rule

The storage class will be changed with the following lifecycle configuration.

| Storage Class | Transition after days |
| ------------------- | --------------------- |
| INFREQUENT_ACCESS | 60 days |
| INTELLIGENT_TIERING | 120 days |
| GLACIER | 180 days |
| DEEP_ARCHIVE | 360 days |

## Install

### TypeScript
Expand Down

0 comments on commit 6f56043

Please sign in to comment.