Class: Fluent::Plugin::S3Input::Extractor
- Inherits:
-
Object
- Object
- Fluent::Plugin::S3Input::Extractor
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.
363
364
365
366
|
# File 'lib/fluent/plugin/in_s3.rb', line 363
def initialize(log: $log, **options)
super()
@log = log
end
|
Instance Attribute Details
#log ⇒ Object
Returns the value of attribute log.
361
362
363
|
# File 'lib/fluent/plugin/in_s3.rb', line 361
def log
@log
end
|
Instance Method Details
368
369
370
|
# File 'lib/fluent/plugin/in_s3.rb', line 368
def configure(conf)
super
end
|
#content_type ⇒ Object
375
376
|
# File 'lib/fluent/plugin/in_s3.rb', line 375
def content_type
end
|
#ext ⇒ Object
372
373
|
# File 'lib/fluent/plugin/in_s3.rb', line 372
def ext
end
|
378
379
|
# File 'lib/fluent/plugin/in_s3.rb', line 378
def (io)
end
|