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



372
373
374
375
# File 'lib/fluent/plugin/in_s3.rb', line 372

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

Instance Attribute Details

#logObject (readonly)

Returns the value of attribute log.



370
371
372
# File 'lib/fluent/plugin/in_s3.rb', line 370

def log
  @log
end

Instance Method Details

#configure(conf) ⇒ Object



377
378
379
# File 'lib/fluent/plugin/in_s3.rb', line 377

def configure(conf)
  super
end

#content_typeObject



384
385
# File 'lib/fluent/plugin/in_s3.rb', line 384

def content_type
end

#extObject



381
382
# File 'lib/fluent/plugin/in_s3.rb', line 381

def ext
end

#extract(io) ⇒ Object



387
388
# File 'lib/fluent/plugin/in_s3.rb', line 387

def extract(io)
end