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
689 690 691 |
# File 'lib/fluent/plugin/out_s3.rb', line 689 def content_type 'application/json'.freeze end |
#ext ⇒ Object
685 686 687 |
# File 'lib/fluent/plugin/out_s3.rb', line 685 def ext 'json'.freeze end |