Open
Description
Is your feature request related to a problem? Please describe.
It appears the gzip compressor of out_s3
does unnecessary re-compression when the chunk is already compressed.
fluent-plugin-s3/lib/fluent/plugin/out_s3.rb
Lines 615 to 631 in 803cac2
Describe the solution you'd like
The logic should be linked to Buffer settings, like out_file.
Describe alternatives you've considered
None.
Additional context
No response