You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think a very important use case is allowing users to read a file with range.
Example:
When downloading a huge file(5GB), I don't want to load the entire 5GB in memory before sending it to the user, and this user also has to download the entire 5GB on the go.
A user can't perform multi-threaded downloads because of the lack of getting files with a byte range.
The text was updated successfully, but these errors were encountered:
I think a very important use case is allowing users to read a file with range.
Example:
When downloading a huge file(5GB), I don't want to load the entire 5GB in memory before sending it to the user, and this user also has to download the entire 5GB on the go.
A user can't perform multi-threaded downloads because of the lack of getting files with a byte range.
The text was updated successfully, but these errors were encountered: