mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 21:55:56 +03:00
[GH-ISSUE #816] Regression in the latest version 1.38.1 #134
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#134
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 @drehelis on GitHub (Jun 6, 2022).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/816
Version
1.38.0works as expected, while the latest1.38.1we've started to receive:gcs_utils.pyis a tiny wrapper to upload/download/list objects usinggoogle-cloud-storagefake-gcs is started with the following args:
@fsouza commented on GitHub (Jun 6, 2022):
hmm probably something with the range changes.
I'll give investigate later.
@fsouza commented on GitHub (Jun 6, 2022):
@drehelis would you be able to share the logs from the server? Just so we had the actual requests more readily available.
@drehelis commented on GitHub (Jun 6, 2022):
@fsouza, hope this helps:
@fsouza commented on GitHub (Jun 6, 2022):
Oh I see, I think this is a side effect of the generation fix for the PHP client.
@drehelis can you check if this PR fixes the issue for you? https://github.com/fsouza/fake-gcs-server/pull/818
@fsouza commented on GitHub (Jun 6, 2022):
While at it, can you try #819 too? That would be less disruptive.
@drehelis commented on GitHub (Jun 7, 2022):
Tested #819 only, seems to work.
@fsouza commented on GitHub (Jun 7, 2022):
Fixed via #819, which is included in 1.38.2.
Thanks for reporting and apologies for the disruption!