Version 6.5.3 breaks emulator usage #2086
Labels
api: storage
Issues related to the googleapis/nodejs-storage API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
macOS
16
8
@google-cloud/storage
version:6.5.3
Steps to reproduce
Run the following code against the Firebase Storage emulator:
With version
6.5.2
you'll get a "no such object" error (which is normal):With version
6.5.3
you'll get a "not implemented" error:This is a minimal reproducible example, however I encountered this bug while using the Storage client through the
firebase-admin/storage
package. Everything else equal (firebase-admin
version included), my tests pass with version6.5.2
of the client, and fail with "Not Implemented" errors when using6.5.3
.If the new behaviour / URLs are indeed the expected ones, then this could also be a bug in the Firebase Storage emulator.
Probably related:
The text was updated successfully, but these errors were encountered: