Skip to content

Commit 604f32d

Browse files
authored
fix: don't report a gapic version for storage (#9549)
As storage libraries don't have a gapic layer we shouldn't indicate a version in our headers.
1 parent 9e5ca9a commit 604f32d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

storage/google/cloud/storage/_http.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class Connection(_http.JSONConnection):
3434
def __init__(self, client, client_info=None, api_endpoint=DEFAULT_API_ENDPOINT):
3535
super(Connection, self).__init__(client, client_info)
3636
self.API_BASE_URL = api_endpoint
37-
self._client_info.gapic_version = __version__
3837
self._client_info.client_library_version = __version__
3938

4039
API_VERSION = "v1"

0 commit comments

Comments
 (0)