Class: Fluent::S3Output::Compressor
- Inherits:
-
Object
- Object
- Fluent::S3Output::Compressor
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
|
148
149
150
|
# File 'lib/fluent/plugin/out_s3.rb', line 148
def configure(conf)
super
end
|
#content_type ⇒ Object
155
156
|
# File 'lib/fluent/plugin/out_s3.rb', line 155
def content_type
end
|
#ext ⇒ Object
152
153
|
# File 'lib/fluent/plugin/out_s3.rb', line 152
def ext
end
|