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

Instance Attribute Details

#buffer_typeObject

Returns the value of attribute buffer_type.



153
154
155
# File 'lib/fluent/plugin/out_s3.rb', line 153

def buffer_type
  @buffer_type
end

Instance Method Details

#compress(chunk, tmp) ⇒ Object



161
162
# File 'lib/fluent/plugin/out_s3.rb', line 161

def compress(chunk, tmp)
end

#configure(conf) ⇒ Object



149
150
151
# File 'lib/fluent/plugin/out_s3.rb', line 149

def configure(conf)
  super
end

#content_typeObject



158
159
# File 'lib/fluent/plugin/out_s3.rb', line 158

def content_type
end

#extObject



155
156
# File 'lib/fluent/plugin/out_s3.rb', line 155

def ext
end