class Fluent::Plugin::S3Input::JsonExtractor
Public Instance Methods
content_type()
click to toggle source
# File lib/fluent/plugin/in_s3.rb, line 443 def content_type 'application/json'.freeze end
ext()
click to toggle source
# File lib/fluent/plugin/in_s3.rb, line 439 def ext 'json'.freeze end