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.
284
285
286
287
|
# File 'lib/fluent/plugin/in_s3.rb', line 284
def initialize(log: $log, **options)
super()
@log = log
end
|
Instance Attribute Details
#log ⇒ Object
Returns the value of attribute log.
282
283
284
|
# File 'lib/fluent/plugin/in_s3.rb', line 282
def log
@log
end
|
Instance Method Details
289
290
291
|
# File 'lib/fluent/plugin/in_s3.rb', line 289
def configure(conf)
super
end
|
#content_type ⇒ Object
296
297
|
# File 'lib/fluent/plugin/in_s3.rb', line 296
def content_type
end
|
#ext ⇒ Object
293
294
|
# File 'lib/fluent/plugin/in_s3.rb', line 293
def ext
end
|
299
300
|
# File 'lib/fluent/plugin/in_s3.rb', line 299
def (io)
end
|