class Fluent::Plugin::S3Input::JsonExtractor

Public Instance Methods

content_type() click to toggle source
# File lib/fluent/plugin/in_s3.rb, line 401
def content_type
  'application/json'.freeze
end
ext() click to toggle source
# File lib/fluent/plugin/in_s3.rb, line 397
def ext
  'json'.freeze
end