class Fluent::Plugin::S3Output::TextCompressor
Public Instance Methods
compress(chunk, tmp)
click to toggle source
# File lib/fluent/plugin/out_s3.rb, line 614 def compress(chunk, tmp) chunk.write_to(tmp) end
content_type()
click to toggle source
# File lib/fluent/plugin/out_s3.rb, line 610 def content_type 'text/plain'.freeze end
ext()
click to toggle source
# File lib/fluent/plugin/out_s3.rb, line 606 def ext 'txt'.freeze end