Class: Fluent::S3Input::Extractor

Inherits:
Object
  • Object
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.



231
232
233
234
# File 'lib/fluent/plugin/in_s3.rb', line 231

def initialize(log: $log, **options)
  super()
  @log = log
end

Instance Attribute Details

#logObject (readonly)

Returns the value of attribute log.



229
230
231
# File 'lib/fluent/plugin/in_s3.rb', line 229

def log
  @log
end

Instance Method Details

#configure(conf) ⇒ Object



236
237
238
# File 'lib/fluent/plugin/in_s3.rb', line 236

def configure(conf)
  super
end

#content_typeObject



243
244
# File 'lib/fluent/plugin/in_s3.rb', line 243

def content_type
end

#extObject



240
241
# File 'lib/fluent/plugin/in_s3.rb', line 240

def ext
end

#extract(io) ⇒ Object



246
247
# File 'lib/fluent/plugin/in_s3.rb', line 246

def extract(io)
end