logstash-plugins / logstash-input-s3

Apache License 2.0
57 stars 150 forks source link

enable force-decoding with `decode_gzip => force` #185

Open yaauie opened 5 years ago

yaauie commented 5 years ago

Replaces #181

Enables users to force gzip decoding on files that are not named with gzip-style extensions. I explicitly avoided using a boolean-style variable as proposed in #181 because the default being false lead to false assumptions (e.g., is_gzipped=>false would not disable gzip decompression).

apatnaik14 commented 4 years ago

Hello @yaauie! I was hoping to check if there is a release plan for this change to be merged into master? And if there is a tentative date for it?

Thanks!