Open
Description
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.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
To do