Storage: Add support for Archive storage class #6578
Labels
api: storage
Issues related to the Cloud Storage API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
GCS is adding a storage class called "archive" to the existing options for object storage (coldline, standard, etc). Support for this should be added to this client library. This has already been implemented in the C++ client library and there is a PR in python; reference PR here
This should be straightforward as ARCHIVE should just mirror existing valid storage classes. I see the following places where changes are required in order to accomplish this:
There are also snippets that reference storage classes in google-cloud-examples/src/main/java/com/google/cloud/examples/storage/snippets/StorageSnippets.java but I don't think we need to add references to ARCHIVE here given that there isn't a specific snippet for each possible value.
@kolea2 or @JesseLovelace could you pick this ticket up?
The text was updated successfully, but these errors were encountered: