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

Handle additional compression formats for the aws_s3 source #4909

Open
jszwedko opened this issue Nov 6, 2020 · 0 comments
Open

Handle additional compression formats for the aws_s3 source #4909

jszwedko opened this issue Nov 6, 2020 · 0 comments
Labels
source: aws_s3 Anything `aws_s3` source related type: enhancement A value-adding code change that enhances its existing functionality.

Comments

@jszwedko
Copy link
Member

jszwedko commented Nov 6, 2020

Broken off of #4779

The original PR added support for gzip and zstd (of the originally requested compression formats: #1017 (comment)) as these were supported out-of-the-box by async_compression which we were already using.

We'd like to additionally support:

  • Snappy
  • LZ4
  • Zip

I think this is probably best done via PRs upstream to async_compression.

@jszwedko jszwedko added the type: enhancement A value-adding code change that enhances its existing functionality. label Nov 6, 2020
@jamtur01 jamtur01 added the source: aws_s3 Anything `aws_s3` source related label Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
source: aws_s3 Anything `aws_s3` source related type: enhancement A value-adding code change that enhances its existing functionality.
Projects
None yet
Development

No branches or pull requests

2 participants