kothar / go-backblaze

A golang client for Backblaze's B2 storage
MIT License
95 stars 31 forks source link

Support for partial download using Content-Range header #19

Closed kothar closed 7 years ago

kothar commented 7 years ago

@mikewiacek had suggested the use of his library for parallel readahead to accellerate large file downloads.

https://github.com/google/readahead

To support this the API client needs to support ReadSeeker, which will require partial file downloads.