Skip to content
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

Allow users to read a file with a byte range #4

Open
doc-han opened this issue Jul 10, 2022 · 1 comment
Open

Allow users to read a file with a byte range #4

doc-han opened this issue Jul 10, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@doc-han
Copy link

doc-han commented Jul 10, 2022

I think a very important use case is allowing users to read a file with range.

Example:

  1. 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.

  2. A user can't perform multi-threaded downloads because of the lack of getting files with a byte range.

@mychidarko
Copy link
Member

That's true. This will be worked on, I'll tag this as a feature request

@mychidarko mychidarko added the enhancement New feature or request label Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

2 participants