We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Download modes should be split into two constructs:
Download bits (chunks etc) and making the actual requests.
outputs (handles the writing) such as buffering and then writing to disk, sparse file write, tar extract, etc.
This should be configurable on the cli. We can use the download side to implement consistent hashing download.
This can layer any download mode and output with the single/mutlifile/future command invocations.
This will make addressing #2 easier.
The text was updated successfully, but these errors were encountered:
addressed in #59
Sorry, something went wrong.
No branches or pull requests
Download modes should be split into two constructs:
Download bits (chunks etc) and making the actual requests.
outputs (handles the writing) such as buffering and then writing to disk, sparse file write, tar extract, etc.
This should be configurable on the cli. We can use the download side to implement consistent hashing download.
This can layer any download mode and output with the single/mutlifile/future command invocations.
This will make addressing #2 easier.
The text was updated successfully, but these errors were encountered: