Commit 195d644
authored
fix: dont pass credentials to StorageClient (#1608)
if transport is provided with credentials.
gRPC client will throw
[error](https://github.com/googleapis/python-storage/blob/323cddd5d439e04e12614106eab1928fd4008c0b/google/cloud/_storage_v2/services/storage/client.py#L691-L695)
if credentials are passed to client's instance in addition to passing it
to transport.1 parent 323cddd commit 195d644
File tree
2 files changed
+0
-2
lines changed- google/cloud/storage/_experimental/asyncio
- tests/unit/asyncio
2 files changed
+0
-2
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
0 commit comments