Skip to content

Commit

Permalink
s3: rename glacier storage class to flexible retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
Nynxz authored and ncw committed Dec 27, 2024
1 parent a34c839 commit 05f000b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/s3/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -2056,7 +2056,7 @@ If you leave it blank, this is calculated automatically from the sse_customer_ke
Help: "One Zone Infrequent Access storage class",
}, {
Value: "GLACIER",
Help: "Glacier storage class",
Help: "Glacier Flexible Retrieval storage class",
}, {
Value: "DEEP_ARCHIVE",
Help: "Glacier Deep Archive storage class",
Expand Down
2 changes: 1 addition & 1 deletion docs/content/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Choose a number from below, or type in your own value
\ "STANDARD_IA"
5 / One Zone Infrequent Access storage class
\ "ONEZONE_IA"
6 / Glacier storage class
6 / Glacier Flexible Retrieval storage class
\ "GLACIER"
7 / Glacier Deep Archive storage class
\ "DEEP_ARCHIVE"
Expand Down

0 comments on commit 05f000b

Please sign in to comment.