Class: Fluent::S3Input::Extractor
- Inherits:
-
Object
- Object
- Fluent::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.
250
251
252
253
|
# File 'lib/fluent/plugin/in_s3.rb', line 250
def initialize(log: $log, **options)
super()
@log = log
end
|
Instance Attribute Details
#log ⇒ Object
Returns the value of attribute log.
248
249
250
|
# File 'lib/fluent/plugin/in_s3.rb', line 248
def log
@log
end
|
Instance Method Details
255
256
257
|
# File 'lib/fluent/plugin/in_s3.rb', line 255
def configure(conf)
super
end
|
#content_type ⇒ Object
262
263
|
# File 'lib/fluent/plugin/in_s3.rb', line 262
def content_type
end
|
#ext ⇒ Object
259
260
|
# File 'lib/fluent/plugin/in_s3.rb', line 259
def ext
end
|
265
266
|
# File 'lib/fluent/plugin/in_s3.rb', line 265
def (io)
end
|