lib/logstash/outputs/s3.rb in logstash-output-s3-2.0.0 vs lib/logstash/outputs/s3.rb in logstash-output-s3-2.0.1

- old
+ new

@@ -276,10 +276,10 @@ end end public def receive(event) - return unless output?(event) + @codec.encode(event) end public def rotate_events_log?