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.



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

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

Instance Attribute Details

#logObject (readonly)

Returns the value of attribute log.



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

def log
  @log
end

Instance Method Details

#configure(conf) ⇒ Object



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

def configure(conf)
  super
end

#content_typeObject



281
282
# File 'lib/fluent/plugin/in_s3.rb', line 281

def content_type
end

#extObject



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

def ext
end

#extract(io) ⇒ Object



284
285
# File 'lib/fluent/plugin/in_s3.rb', line 284

def extract(io)
end