Class: Fluent::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.



250
251
252
253
# File 'lib/fluent/plugin/in_s3.rb', line 250

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

Instance Attribute Details

#logObject (readonly)

Returns the value of attribute log.



248
249
250
# File 'lib/fluent/plugin/in_s3.rb', line 248

def log
  @log
end

Instance Method Details

#configure(conf) ⇒ Object



255
256
257
# File 'lib/fluent/plugin/in_s3.rb', line 255

def configure(conf)
  super
end

#content_typeObject



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

def content_type
end

#extObject



259
260
# File 'lib/fluent/plugin/in_s3.rb', line 259

def ext
end

#extract(io) ⇒ Object



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

def extract(io)
end