Class: Fluent::Plugin::S3Output::JsonCompressor
- Inherits:
-
TextCompressor
- Object
- Compressor
- TextCompressor
- Fluent::Plugin::S3Output::JsonCompressor
- Defined in:
- lib/fluent/plugin/out_s3.rb
Instance Attribute Summary
Attributes inherited from Compressor
Instance Method Summary collapse
Methods inherited from TextCompressor
Methods inherited from Compressor
#compress, #configure, #initialize
Constructor Details
This class inherits a constructor from Fluent::Plugin::S3Output::Compressor
Instance Method Details
#content_type ⇒ Object
672 673 674 |
# File 'lib/fluent/plugin/out_s3.rb', line 672 def content_type 'application/json'.freeze end |
#ext ⇒ Object
668 669 670 |
# File 'lib/fluent/plugin/out_s3.rb', line 668 def ext 'json'.freeze end |