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.



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

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

Instance Attribute Details

#logObject (readonly)

Returns the value of attribute log.



244
245
246
# File 'lib/fluent/plugin/in_s3.rb', line 244

def log
  @log
end

Instance Method Details

#configure(conf) ⇒ Object



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

def configure(conf)
  super
end

#content_typeObject



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

def content_type
end

#extObject



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

def ext
end

#extract(io) ⇒ Object



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

def extract(io)
end