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

Support gzip compression on the S3 sink #3130

Closed
dlvenable opened this issue Aug 9, 2023 · 0 comments · Fixed by #3138
Closed

Support gzip compression on the S3 sink #3130

dlvenable opened this issue Aug 9, 2023 · 0 comments · Fixed by #3138
Labels
enhancement New feature or request
Milestone

Comments

@dlvenable
Copy link
Member

Is your feature request related to a problem? Please describe.

Data Prepper's s3 sink does not support any compression. Yet writing compressed files to S3 can reduce network and save on storage costs.

Describe the solution you'd like

Add a new compression option in the S3 sink similar to the S3 source. (However, it will not support automatic since this is not relevant.)

sink:
  - s3:
       compression: gzip
       bucket: my_bucket

New option: compression. Values:

  • gzip
  • none (default)
@dlvenable dlvenable added the enhancement New feature or request label Aug 9, 2023
@dlvenable dlvenable added this to the v2.4 milestone Aug 9, 2023
dlvenable added a commit to dlvenable/data-prepper that referenced this issue Aug 10, 2023
dlvenable added a commit that referenced this issue Aug 11, 2023
@github-project-automation github-project-automation bot moved this from Unplanned to Done in Data Prepper Tracking Board Aug 11, 2023
@dlvenable dlvenable changed the title Support compression on the S3 sink Support gzip compression on the S3 sink Aug 14, 2023
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
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant