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.
244
245
246
247
|
# File 'lib/fluent/plugin/in_s3.rb', line 244
def initialize(log: $log, **options)
super()
@log = log
end
|
Instance Attribute Details
#log ⇒ Object
Returns the value of attribute log.
242
243
244
|
# File 'lib/fluent/plugin/in_s3.rb', line 242
def log
@log
end
|
Instance Method Details
249
250
251
|
# File 'lib/fluent/plugin/in_s3.rb', line 249
def configure(conf)
super
end
|
#content_type ⇒ Object
256
257
|
# File 'lib/fluent/plugin/in_s3.rb', line 256
def content_type
end
|
#ext ⇒ Object
253
254
|
# File 'lib/fluent/plugin/in_s3.rb', line 253
def ext
end
|
259
260
|
# File 'lib/fluent/plugin/in_s3.rb', line 259
def (io)
end
|