We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
s3
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.)
compression
automatic
sink: - s3: compression: gzip bucket: my_bucket
New option: compression. Values:
gzip
none
The text was updated successfully, but these errors were encountered:
Adds S3 sink compression. Resolves opensearch-project#3130.
e46c859
Signed-off-by: David Venable <[email protected]>
Adds S3 sink compression. Resolves #3130. (#3138)
f3f63b5
Successfully merging a pull request may close this issue.
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 supportautomatic
since this is not relevant.)New option:
compression
. Values:gzip
none
(default)The text was updated successfully, but these errors were encountered: