Skip to content
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 #6578

Closed
tritone opened this issue Oct 25, 2019 · 1 comment
Closed

Storage: Add support for Archive storage class #6578

tritone opened this issue Oct 25, 2019 · 1 comment
Assignees
Labels
api: storage Issues related to the Cloud Storage API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@tritone
Copy link
Contributor

tritone commented Oct 25, 2019

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?

@athakor athakor added api: storage Issues related to the Cloud Storage API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Oct 26, 2019
@athakor athakor self-assigned this Oct 26, 2019
@tritone
Copy link
Contributor Author

tritone commented Dec 27, 2019

Closed in favor of googleapis/java-storage#4

@tritone tritone closed this as completed Dec 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants