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
287
288
289
|
# File 'lib/fluent/plugin/in_s3.rb', line 287
def content_type
'text/plain'.freeze
end
|
#ext ⇒ Object
283
284
285
|
# File 'lib/fluent/plugin/in_s3.rb', line 283
def ext
'txt'.freeze
end
|
291
292
293
|
# File 'lib/fluent/plugin/in_s3.rb', line 291
def (io)
io.read
end
|