You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
As described in #1314, the distinction in the Storage constructor between apiEndpoint and baseUrl is not handled correctly when this environment variable is used. There is no possible value for this environment variable that results in a fully functioning client.
The proposed fix in that issue also seems to work just fine, so will submit a PR
This is a rehash of #1314, which was somehow "fixed" by adding comments internal to the implementation.
Environment details
@google-cloud/storageversion: 5.8.5Steps to reproduce
As described in #1314, the distinction in the Storage constructor between
apiEndpointandbaseUrlis not handled correctly when this environment variable is used. There is no possible value for this environment variable that results in a fully functioning client.The proposed fix in that issue also seems to work just fine, so will submit a PR