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.
313
314
315
316
|
# File 'lib/fluent/plugin/in_s3.rb', line 313
def initialize(log: $log, **options)
super()
@log = log
end
|
Instance Attribute Details
#log ⇒ Object
Returns the value of attribute log.
311
312
313
|
# File 'lib/fluent/plugin/in_s3.rb', line 311
def log
@log
end
|
Instance Method Details
318
319
320
|
# File 'lib/fluent/plugin/in_s3.rb', line 318
def configure(conf)
super
end
|
#content_type ⇒ Object
325
326
|
# File 'lib/fluent/plugin/in_s3.rb', line 325
def content_type
end
|
#ext ⇒ Object
322
323
|
# File 'lib/fluent/plugin/in_s3.rb', line 322
def ext
end
|
328
329
|
# File 'lib/fluent/plugin/in_s3.rb', line 328
def (io)
end
|