-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: safely resume interrupted downloads (#294)
* fix: add offset of last byte received to retry a streaming download * add helper method _parse_generation_header * add some object generation related logic * revise object genertion helper method * fix url variable scope * handle special cases with decompressive transcoding * fix helper method * move to _helpers * add support to safely resume interrupted raw downloads * add unit tests * add more tests * update helper method per comments * address comments on handling stream seek error * address comments on moving transcoding feature
- Loading branch information
Showing
5 changed files
with
479 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.