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.



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

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

Instance Attribute Details

#logObject (readonly)

Returns the value of attribute log.



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

def log
  @log
end

Instance Method Details

#configure(conf) ⇒ Object



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

def configure(conf)
  super
end

#content_typeObject



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

def content_type
end

#extObject



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

def ext
end

#extract(io) ⇒ Object



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

def extract(io)
end