Class: Fluent::S3Output::JsonCompressor

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

Instance Attribute Summary

Attributes inherited from Compressor

#buffer_type

Instance Method Summary collapse

Methods inherited from TextCompressor

#compress

Methods inherited from Compressor

#compress, #configure

Instance Method Details

#content_typeObject



217
218
219
# File 'lib/fluent/plugin/out_s3.rb', line 217

def content_type
  'application/json'.freeze
end

#extObject



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

def ext
  'json'.freeze
end