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
384
385
386
|
# File 'lib/fluent/plugin/in_s3.rb', line 384
def content_type
'text/plain'.freeze
end
|
#ext ⇒ Object
380
381
382
|
# File 'lib/fluent/plugin/in_s3.rb', line 380
def ext
'txt'.freeze
end
|
388
389
390
|
# File 'lib/fluent/plugin/in_s3.rb', line 388
def (io)
io.read
end
|