Skip to content

Commit

Permalink
Mark old storage classes as legacy, not deprecated. (#8887)
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseLovelace authored and tseaver committed Aug 1, 2019
1 parent 5c7246f commit c7aacbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions storage/google/cloud/storage/bucket.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,9 +421,9 @@ class Bucket(_PropertyMixin):
STANDARD_STORAGE_CLASS,
NEARLINE_STORAGE_CLASS,
COLDLINE_STORAGE_CLASS,
MULTI_REGIONAL_LEGACY_STORAGE_CLASS, # deprecated
REGIONAL_LEGACY_STORAGE_CLASS, # deprecated
DURABLE_REDUCED_AVAILABILITY_LEGACY_STORAGE_CLASS, # deprecated
MULTI_REGIONAL_LEGACY_STORAGE_CLASS, # legacy
REGIONAL_LEGACY_STORAGE_CLASS, # legacy
DURABLE_REDUCED_AVAILABILITY_LEGACY_STORAGE_CLASS, # legacy
)
"""Allowed values for :attr:`storage_class`.
Expand Down

0 comments on commit c7aacbc

Please sign in to comment.