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.



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

#logObject (readonly)

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

#configure(conf) ⇒ Object



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

def configure(conf)
  super
end

#content_typeObject



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

def content_type
end

#extObject



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

def ext
end

#extract(io) ⇒ Object



249
250
# File 'lib/fluent/plugin/in_s3.rb', line 249

def extract(io)
end