mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-26 14:15:49 +03:00
[GH-ISSUE #529] Can't download files with v5.8.2+ of the Node.js client #100
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#100
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gnarea on GitHub (Jul 9, 2021).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/529
Version 5.8.1 of the Node.js client works fine, but versions 5.8.2 to 5.8.5 (latest) don't.
I suspect https://github.com/googleapis/nodejs-storage/pull/1419 is the culprit, but that must obviously be working against GCS servers.
Here's a simple repro script:
fileRetrievalResponse.download()fails with:Server logs:
I've tested this against versions 1.21.2 and 1.28 of the
fake-gcs-server.@jdleesmiller commented on GitHub (Jul 13, 2021):
Note: https://github.com/fsouza/fake-gcs-server/pull/530 aims to fix this.