class Fluent::Plugin::S3Output::JsonCompressor
Public Instance Methods
content_type()
click to toggle source
# File lib/fluent/plugin/out_s3.rb, line 624 def content_type 'application/json'.freeze end
ext()
click to toggle source
# File lib/fluent/plugin/out_s3.rb, line 620 def ext 'json'.freeze end