-
Notifications
You must be signed in to change notification settings - Fork 818
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
Resumable downloads #4966
Comments
the same holds true for uploads :-) |
On uploads we already have this, right @mgallien? |
I do not think so |
we would already resume properly chunked uploads |
Right, I meant chunked upload. Small uploads <10 MB can be restarted, as costs for this can be ignored… |
maybe this could work via the PATCH method according to |
Ah, great, resume is already implemented for chunked uploads larger than 10 MB! |
+1 |
When downloading a big file, if the transfer gets interrupted, it would be nice to resume the download from the already downloaded data instead of starting from scratch.
The text was updated successfully, but these errors were encountered: