Skip to content

Commit

Permalink
fix: don't report a gapic version for storage (#9549)
Browse files Browse the repository at this point in the history
As storage libraries don't have a gapic layer we shouldn't indicate a version in our headers.
  • Loading branch information
crwilcox committed Oct 28, 2019
1 parent 9e5ca9a commit 604f32d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion storage/google/cloud/storage/_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class Connection(_http.JSONConnection):
def __init__(self, client, client_info=None, api_endpoint=DEFAULT_API_ENDPOINT):
super(Connection, self).__init__(client, client_info)
self.API_BASE_URL = api_endpoint
self._client_info.gapic_version = __version__
self._client_info.client_library_version = __version__

API_VERSION = "v1"
Expand Down

0 comments on commit 604f32d

Please sign in to comment.