Class: Fluent::S3Output::Compressor
- Inherits:
-
Object
- Object
- Fluent::S3Output::Compressor
show all
- Includes:
- Configurable
- Defined in:
- lib/fluent/plugin/out_s3.rb
Instance Attribute Summary collapse
Instance Method Summary
collapse
Instance Attribute Details
#buffer_type ⇒ Object
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
|
149
150
151
|
# File 'lib/fluent/plugin/out_s3.rb', line 149
def configure(conf)
super
end
|
#content_type ⇒ Object
158
159
|
# File 'lib/fluent/plugin/out_s3.rb', line 158
def content_type
end
|
#ext ⇒ Object
155
156
|
# File 'lib/fluent/plugin/out_s3.rb', line 155
def ext
end
|