lib/fluent/plugin/out_s3.rb in fluent-plugin-s3-0.6.9 vs lib/fluent/plugin/out_s3.rb in fluent-plugin-s3-0.7.0

- old
+ new

@@ -1,4 +1,6 @@ +require 'fluent/output' + module Fluent require 'fluent/mixin/config_placeholders' class S3Output < Fluent::TimeSlicedOutput Fluent::Plugin.register_output('s3', self)