class Fluent::Plugin::S3Output::TextCompressor
Public Instance Methods
Source
# File lib/fluent/plugin/out_s3.rb, line 662 def compress(chunk, tmp) chunk.write_to(tmp) end
Source
# File lib/fluent/plugin/out_s3.rb, line 658 def content_type 'text/plain'.freeze end