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
387
388
389
|
# File 'lib/fluent/plugin/in_s3.rb', line 387
def content_type
'text/plain'.freeze
end
|
#ext ⇒ Object
383
384
385
|
# File 'lib/fluent/plugin/in_s3.rb', line 383
def ext
'txt'.freeze
end
|
391
392
393
|
# File 'lib/fluent/plugin/in_s3.rb', line 391
def (io)
io.read
end
|