mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 04:00:17 +08:00
googlecloudstorage: Add ARCHIVE storage class to help
This commit is contained in:
parent
7f776c64f0
commit
8e91f83174
|
@ -242,6 +242,9 @@ Docs: https://cloud.google.com/storage/docs/bucket-policy-only
|
|||
}, {
|
||||
Value: "COLDLINE",
|
||||
Help: "Coldline storage class",
|
||||
}, {
|
||||
Value: "ARCHIVE",
|
||||
Help: "Archive storage class",
|
||||
}, {
|
||||
Value: "DURABLE_REDUCED_AVAILABILITY",
|
||||
Help: "Durable reduced availability storage class",
|
||||
|
|
|
@ -422,6 +422,8 @@ The storage class to use when storing objects in Google Cloud Storage.
|
|||
- Nearline storage class
|
||||
- "COLDLINE"
|
||||
- Coldline storage class
|
||||
- "ARCHIVE"
|
||||
- Archive storage class
|
||||
- "DURABLE_REDUCED_AVAILABILITY"
|
||||
- Durable reduced availability storage class
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user