Skip to content

Commit

Permalink
Merge pull request #317 from silvolu/fix-storage-api-version
Browse files Browse the repository at this point in the history
storage: update api version
  • Loading branch information
silvolu committed Oct 29, 2014
2 parents ce7f890 + 93eef58 commit 03e0230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud/storage/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Connection(connection.Connection):
True
"""

API_VERSION = 'v1beta2'
API_VERSION = 'v1'
"""The version of the API, used in building the API call's URL."""

API_URL_TEMPLATE = '{api_base_url}/storage/{api_version}{path}'
Expand Down

0 comments on commit 03e0230

Please sign in to comment.