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

[perl] Evaluate reading file headers to deduce compression types #312

Open
akotlar opened this issue Oct 21, 2023 · 0 comments
Open

[perl] Evaluate reading file headers to deduce compression types #312

akotlar opened this issue Oct 21, 2023 · 0 comments
Assignees
Milestone

Comments

@akotlar
Copy link
Collaborator

akotlar commented Oct 21, 2023

Background:

A concise description of why we're pursuing this task.

Instead of relying on extension, we can deduce the compression type by checking file headers. File::LibMagic is a Perl package that binds to the c library that seems like it would be a good fit and probably much easier to use than our own implementation for checking magic strings.

Completion Criteria:

What is the goal, and how do we know this task is accomplished?

If File::LibMagic is viable implement the solution. Else propose an alternative implementation and create a following ticket that is linked to this one that describes the implementation.

Implementation Summary

Give enough technical detail for a teammate to understand the proposed solution.

We should evaluate File::LibMagic.

@akotlar akotlar added this to the Sprint 4 milestone Oct 21, 2023
@akotlar akotlar self-assigned this Oct 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant