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