We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce7f890 commit 93eef58Copy full SHA for 93eef58
1 file changed
gcloud/storage/connection.py
@@ -68,7 +68,7 @@ class Connection(connection.Connection):
68
True
69
"""
70
71
- API_VERSION = 'v1beta2'
+ API_VERSION = 'v1'
72
"""The version of the API, used in building the API call's URL."""
73
74
API_URL_TEMPLATE = '{api_base_url}/storage/{api_version}{path}'
0 commit comments