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
372
373
374
375
|
# File 'lib/fluent/plugin/in_s3.rb', line 372
def initialize(log: $log, **options)
super()
@log = log
end
|
Instance Attribute Details
#log ⇒ Object
Returns the value of attribute log.
370
371
372
|
# File 'lib/fluent/plugin/in_s3.rb', line 370
def log
@log
end
|
Instance Method Details
377
378
379
|
# File 'lib/fluent/plugin/in_s3.rb', line 377
def configure(conf)
super
end
|
#content_type ⇒ Object
384
385
|
# File 'lib/fluent/plugin/in_s3.rb', line 384
def content_type
end
|
#ext ⇒ Object
381
382
|
# File 'lib/fluent/plugin/in_s3.rb', line 381
def ext
end
|
387
388
|
# File 'lib/fluent/plugin/in_s3.rb', line 387
def (io)
end
|