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
318
319
320
321
|
# File 'lib/fluent/plugin/in_s3.rb', line 318
def initialize(log: $log, **options)
super()
@log = log
end
|
Instance Attribute Details
#log ⇒ Object
Returns the value of attribute log.
316
317
318
|
# File 'lib/fluent/plugin/in_s3.rb', line 316
def log
@log
end
|
Instance Method Details
323
324
325
|
# File 'lib/fluent/plugin/in_s3.rb', line 323
def configure(conf)
super
end
|
#content_type ⇒ Object
330
331
|
# File 'lib/fluent/plugin/in_s3.rb', line 330
def content_type
end
|
#ext ⇒ Object
327
328
|
# File 'lib/fluent/plugin/in_s3.rb', line 327
def ext
end
|
333
334
|
# File 'lib/fluent/plugin/in_s3.rb', line 333
def (io)
end
|