-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(handler): add multi-part gzip handler.
It's possible to create multi-part gzip with 'split', which will create multiple gzip compressed files with a 'aa', 'ab', 'ac', .. suffix. We match on '.gz.aa' in a directory, get all the files with same name but different suffix, order them and feed them to 7z. This is very close to what we were already doing with multi-part 7zip archives. Co-authored-by: Krisztián Fekete <[email protected]>
- Loading branch information
1 parent
2b48fc2
commit a29cedd
Showing
6 changed files
with
72 additions
and
4 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
tests/integration/compression/gzip/__input__/multi-volume.tar
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
tests/integration/compression/gzip/__output__/multi-volume.tar_extract/multi-part-file.gz.aa
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
tests/integration/compression/gzip/__output__/multi-volume.tar_extract/multi-part-file.gz.ab
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
...n/compression/gzip/__output__/multi-volume.tar_extract/multi-part-file.gz_extract/one.txt
Git LFS file not shown
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