mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
s3: add One Zone Infrequent Access storage class - fixes #2240
This commit is contained in:
committed by
Nick Craig-Wood
parent
905e40b3e6
commit
0e6faa2313
@@ -168,6 +168,8 @@ Choose a number from below, or type in your own value
|
||||
\ "REDUCED_REDUNDANCY"
|
||||
4 / Standard Infrequent Access storage class
|
||||
\ "STANDARD_IA"
|
||||
5 / One Zone Infrequent Access storage class
|
||||
\ "ONEZONE_IA"
|
||||
storage_class> 1
|
||||
Remote config
|
||||
--------------------
|
||||
@@ -350,6 +352,7 @@ Available options include:
|
||||
|
||||
- STANDARD - default storage class
|
||||
- STANDARD_IA - for less frequently accessed data (e.g backups)
|
||||
- ONEZONE_IA - for storing data in only one Availability Zone
|
||||
- REDUCED_REDUNDANCY (only for noncritical, reproducible data, has lower redundancy)
|
||||
|
||||
#### --s3-chunk-size=SIZE ####
|
||||
|
||||
Reference in New Issue
Block a user