-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Storage: Add support for Archive storage class #9532
Comments
@tritone What should the descriptive text be for the |
@tritone I made a guess at the descriptive text here:
|
Hi @tseaver, yep that is correct! For additional context, I shared you on a doc with some relevant info; also, the preliminary public description is in the blog post here: https://cloud.google.com/blog/products/storage-data-transfer/whats-cooler-than-being-cool-ice-cold-archive-storage . We may also want to add a link to the public documentation at https://cloud.google.com/storage/docs/storage-classes since there are specific policies around availability and minimum storage duration for each class (archive will be added here once launched). |
* feat(storage): add 'ARCHIVE' storage class Closes #9532.
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 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:
This has already been implemented in the C++ client library; reference commit here
The text was updated successfully, but these errors were encountered: