Class: Fluent::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
303
304
305
|
# File 'lib/fluent/plugin/in_s3.rb', line 303
def content_type
'text/plain'.freeze
end
|
#ext ⇒ Object
299
300
301
|
# File 'lib/fluent/plugin/in_s3.rb', line 299
def ext
'txt'.freeze
end
|
307
308
309
|
# File 'lib/fluent/plugin/in_s3.rb', line 307
def (io)
io.read
end
|