-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
Description
Component(s)
exporter/awss3
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
When using AWS S3 exporter it would be nice to have ability to select compression for stored objects i.e. gzip
Describe alternatives you've considered
Current workflow for storing gzipped data is to use AWS Kinesis Exporter and then through Firehose store data to s3 gzipped. But having ability to straightly upload gzipped files to S3 would drop the need to use separate Kinesis stream for just gzipping the data.
Additional context
No response
malhomaid