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.



263
264
265
266
# File 'lib/fluent/plugin/in_s3.rb', line 263

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

Instance Attribute Details

#logObject (readonly)

Returns the value of attribute log.



261
262
263
# File 'lib/fluent/plugin/in_s3.rb', line 261

def log
  @log
end

Instance Method Details

#configure(conf) ⇒ Object



268
269
270
# File 'lib/fluent/plugin/in_s3.rb', line 268

def configure(conf)
  super
end

#content_typeObject



275
276
# File 'lib/fluent/plugin/in_s3.rb', line 275

def content_type
end

#extObject



272
273
# File 'lib/fluent/plugin/in_s3.rb', line 272

def ext
end

#extract(io) ⇒ Object



278
279
# File 'lib/fluent/plugin/in_s3.rb', line 278

def extract(io)
end