mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 00:28:09 +02:00
s3: Add INTELLIGENT_TIERING storage class
For Intelligent-Tiering: https://aws.amazon.com/s3/storage-classes/#Unknown_or_changing_access
This commit is contained in:
committed by
Nick Craig-Wood
parent
cc0800a72e
commit
a6dca4c13f
@ -653,6 +653,9 @@ isn't set then "acl" is used instead.`,
|
||||
}, {
|
||||
Value: "DEEP_ARCHIVE",
|
||||
Help: "Glacier Deep Archive storage class",
|
||||
}, {
|
||||
Value: "INTELLIGENT_TIERING",
|
||||
Help: "Intelligent-Tiering storage class",
|
||||
}},
|
||||
}, {
|
||||
// Mapping from here: https://www.alibabacloud.com/help/doc-detail/64919.htm
|
||||
|
Reference in New Issue
Block a user