cherweg / logstash-input-s3-sns-sqs

logstash input downloading files from s3 Bucket by OjectKey from SNS/SQS
Other
29 stars 35 forks source link

Properly handle gzip files & update docs #72

Closed marlock9 closed 1 year ago

marlock9 commented 2 years ago

Fix #71 MagicGzipValidator is never reached if file extension is .gz or .gzip. Fix check to require both right extension presence and being a valid gzip file.