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.
234
235
236
237
|
# File 'lib/fluent/plugin/in_s3.rb', line 234
def initialize(log: $log, **options)
super()
@log = log
end
|
Instance Attribute Details
#log ⇒ Object
Returns the value of attribute log.
232
233
234
|
# File 'lib/fluent/plugin/in_s3.rb', line 232
def log
@log
end
|
Instance Method Details
239
240
241
|
# File 'lib/fluent/plugin/in_s3.rb', line 239
def configure(conf)
super
end
|
#content_type ⇒ Object
246
247
|
# File 'lib/fluent/plugin/in_s3.rb', line 246
def content_type
end
|
#ext ⇒ Object
243
244
|
# File 'lib/fluent/plugin/in_s3.rb', line 243
def ext
end
|
249
250
|
# File 'lib/fluent/plugin/in_s3.rb', line 249
def (io)
end
|