Class: Fluent::S3Output::JsonCompressor

Inherits:
TextCompressor show all
Defined in:
lib/fluent/plugin/out_s3.rb

Instance Method Summary collapse

Methods inherited from TextCompressor

#compress

Methods inherited from Compressor

#compress, #configure

Instance Method Details

#content_typeObject



214
215
216
# File 'lib/fluent/plugin/out_s3.rb', line 214

def content_type
  'application/json'.freeze
end

#extObject



210
211
212
# File 'lib/fluent/plugin/out_s3.rb', line 210

def ext
  'json'.freeze
end