Skip to content

Commit

Permalink
s3: Add GLACIER_IR storage class
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhailuo authored and ncw committed Dec 3, 2021
1 parent 0681a5c commit 408d9f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/s3/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -1184,6 +1184,9 @@ If you leave it blank, this is calculated automatically from the sse_customer_ke
}, {
Value: "INTELLIGENT_TIERING",
Help: "Intelligent-Tiering storage class",
}, {
Value: "GLACIER_IR",
Help: "Glacier Instant Retrieval storage class",
}},
}, {
// Mapping from here: https://www.alibabacloud.com/help/doc-detail/64919.htm
Expand Down
4 changes: 4 additions & 0 deletions docs/content/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ Choose a number from below, or type in your own value
\ "DEEP_ARCHIVE"
8 / Intelligent-Tiering storage class
\ "INTELLIGENT_TIERING"
9 / Glacier Instant Retrieval storage class
\ "GLACIER_IR"
storage_class> 1
Remote config
--------------------
Expand Down Expand Up @@ -1327,6 +1329,8 @@ The storage class to use when storing new objects in S3.
- Glacier Deep Archive storage class
- "INTELLIGENT_TIERING"
- Intelligent-Tiering storage class
- "GLACIER_IR"
- Glacier Instant Retrieval storage class

#### --s3-storage-class

Expand Down

0 comments on commit 408d9f3

Please sign in to comment.