You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
For this library, this will just require a documentation update since storage class is just passed as a string and there is not any enum or constant. Any comment mentioning other storage classes should be updated to also mention archive.
I found the following places where the docs should be updated:
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
For this library, this will just require a documentation update since storage class is just passed as a string and there is not any enum or constant. Any comment mentioning other storage classes should be updated to also mention archive.
I found the following places where the docs should be updated:
Also, it might be good to update one or more of the tests of storage class to use ARCHIVE.
The text was updated successfully, but these errors were encountered: