Class: Fluent::Plugin::S3Input::TextExtractor
Instance Attribute Summary
Attributes inherited from Extractor
#log
Instance Method Summary
collapse
Methods inherited from Extractor
#configure, #initialize
Instance Method Details
#content_type ⇒ Object
297
298
299
|
# File 'lib/fluent/plugin/in_s3.rb', line 297
def content_type
'text/plain'.freeze
end
|
#ext ⇒ Object
293
294
295
|
# File 'lib/fluent/plugin/in_s3.rb', line 293
def ext
'txt'.freeze
end
|
301
302
303
|
# File 'lib/fluent/plugin/in_s3.rb', line 301
def (io)
io.read
end
|