Skip to content

Instantly share code, notes, and snippets.

@wadap
Created July 2, 2014 10:35
Show Gist options
  • Save wadap/f0708f437c7a57845c40 to your computer and use it in GitHub Desktop.
Save wadap/f0708f437c7a57845c40 to your computer and use it in GitHub Desktop.
require 'fluent/mixin/plaintextformatter'
require 'fluent/plugin/out_s3'
class Fluent::S3AlternativeOutput < Fluent::S3Output
Fluent::Plugin.register_output('s3_alternative', self)
include Fluent::Mixin::PlainTextFormatter
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment