Class: Fluent::S3Output::Compressor

Inherits:
Object
  • Object
show all
Includes:
Configurable
Defined in:
lib/fluent/plugin/out_s3.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(opts = {}) ⇒ Compressor



397
398
399
400
401
# File 'lib/fluent/plugin/out_s3.rb', line 397

def initialize(opts = {})
  super()
  @buffer_type = opts[:buffer_type]
  @log = opts[:log]
end

Instance Attribute Details

#buffer_typeObject (readonly)

Returns the value of attribute buffer_type.



403
404
405
# File 'lib/fluent/plugin/out_s3.rb', line 403

def buffer_type
  @buffer_type
end

#logObject (readonly)

Returns the value of attribute log.



403
404
405
# File 'lib/fluent/plugin/out_s3.rb', line 403

def log
  @log
end

Instance Method Details

#compress(chunk, tmp) ⇒ Object



415
416
# File 'lib/fluent/plugin/out_s3.rb', line 415

def compress(chunk, tmp)
end

#configure(conf) ⇒ Object



405
406
407
# File 'lib/fluent/plugin/out_s3.rb', line 405

def configure(conf)
  super
end

#content_typeObject



412
413
# File 'lib/fluent/plugin/out_s3.rb', line 412

def content_type
end

#extObject



409
410
# File 'lib/fluent/plugin/out_s3.rb', line 409

def ext
end