Skip to content
New issue

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

Enhancement: Implement way to handle gzipped tar files in the tar extractor #160

Closed
tempusfrangit opened this issue Feb 15, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@tempusfrangit
Copy link
Contributor

Tar extraction cannot handle gzipped tar files. It should be possible to handle this however, it is somewhat diffcult as the content-type is application/gzip special casing might be needed for files of extension .tar.gz or .tgz to have a magic contentType returned.

This is not a huge priority but I've seen a few issues where the downloaded file is .tar.gz and the current .tar implementation does not handle it well.

@tempusfrangit tempusfrangit added the enhancement New feature or request label Feb 15, 2024
@tempusfrangit tempusfrangit added this to the 1.0.0 milestone Feb 15, 2024
@tempusfrangit
Copy link
Contributor Author

Duplicate of #1

@tempusfrangit tempusfrangit marked this as a duplicate of #1 Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant