mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 08:38:11 +02:00
s3: Add GLACIER_IR storage class
This commit is contained in:
committed by
Nick Craig-Wood
parent
0681a5c86a
commit
408d9f3e7a
@ -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
|
||||
--------------------
|
||||
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user