Class: Fluent::S3Output::Compressor

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

Instance Method Summary collapse

Instance Method Details

#compress(chunk, tmp) ⇒ Object



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

def compress(chunk, tmp)
end

#configure(conf) ⇒ Object



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

def configure(conf)
  super
end

#content_typeObject



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

def content_type
end

#extObject



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

def ext
end