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
350
351
352
|
# File 'lib/fluent/plugin/in_s3.rb', line 350
def content_type
'text/plain'.freeze
end
|
#ext ⇒ Object
346
347
348
|
# File 'lib/fluent/plugin/in_s3.rb', line 346
def ext
'txt'.freeze
end
|
354
355
356
|
# File 'lib/fluent/plugin/in_s3.rb', line 354
def (io)
io.read
end
|