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.



288
289
290
291
# File 'lib/fluent/plugin/in_s3.rb', line 288

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

Instance Attribute Details

#logObject (readonly)

Returns the value of attribute log.



286
287
288
# File 'lib/fluent/plugin/in_s3.rb', line 286

def log
  @log
end

Instance Method Details

#configure(conf) ⇒ Object



293
294
295
# File 'lib/fluent/plugin/in_s3.rb', line 293

def configure(conf)
  super
end

#content_typeObject



300
301
# File 'lib/fluent/plugin/in_s3.rb', line 300

def content_type
end

#extObject



297
298
# File 'lib/fluent/plugin/in_s3.rb', line 297

def ext
end

#extract(io) ⇒ Object



303
304
# File 'lib/fluent/plugin/in_s3.rb', line 303

def extract(io)
end