googlecloudstorage: Add ARCHIVE storage class to help

This commit is contained in:
Adam Stroud 2020-04-26 20:16:57 -04:00 committed by Nick Craig-Wood
parent 7f776c64f0
commit 8e91f83174
2 changed files with 5 additions and 0 deletions

View File

@ -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",

View File

@ -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