-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Draft] Fix resumable upload #845
base: main
Are you sure you want to change the base?
Conversation
Awesome, thanks for putting this together. I'm looking forward to it! |
Hey @barathsriram, thanks for contributing! Do you plan to continue working on this? |
Hey @fsouza apologies for the delay in response. Yes, I am planning to start the work again on this PR soon. |
Hey @barathsriram thanks for such great work! Is there any progress on this PR? |
considering node library |
I am also using the node |
I think there are multiple endpoints for resumable uploads and the node library uses one that's not supported by fake-gcs-server. I don't know exactly whether this PR fixes that issue as I haven't encountered it myself, but I do plan to pick it back some time before the end of May if @barathsriram doesn't beat me to it. |
To make this turn up on search, I believe this is the error we're getting when we try to use
Basically, the Seeing as this new PR doesn't really start supporting PATCH at all, it's something else. This code was using |
This is a work-in-progress PR that intends to fix #532 and #623
Changes:
upload_id
from query parameterTODO: