Skip to content

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

Open
@doc-han

Description

@doc-han

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    To do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions