Class: Fluent::Plugin::S3Input::Extractor

Inherits:
Object
  • Object
show all
Includes:
Configurable
Defined in:
lib/fluent/plugin/in_s3.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(log: $log, **options) ⇒ Extractor

Returns a new instance of Extractor.



321
322
323
324
# File 'lib/fluent/plugin/in_s3.rb', line 321

def initialize(log: $log, **options)
  super()
  @log = log
end

Instance Attribute Details

#logObject (readonly)

Returns the value of attribute log.



319
320
321
# File 'lib/fluent/plugin/in_s3.rb', line 319

def log
  @log
end

Instance Method Details

#configure(conf) ⇒ Object



326
327
328
# File 'lib/fluent/plugin/in_s3.rb', line 326

def configure(conf)
  super
end

#content_typeObject



333
334
# File 'lib/fluent/plugin/in_s3.rb', line 333

def content_type
end

#extObject



330
331
# File 'lib/fluent/plugin/in_s3.rb', line 330

def ext
end

#extract(io) ⇒ Object



336
337
# File 'lib/fluent/plugin/in_s3.rb', line 336

def extract(io)
end