Class: Fluent::S3Output::JsonCompressor
- Inherits:
-
TextCompressor
- Object
- Compressor
- TextCompressor
- Fluent::S3Output::JsonCompressor
- Defined in:
- lib/fluent/plugin/out_s3.rb
Instance Method Summary collapse
Methods inherited from TextCompressor
Methods inherited from Compressor
Instance Method Details
#content_type ⇒ Object
214 215 216 |
# File 'lib/fluent/plugin/out_s3.rb', line 214 def content_type 'application/json'.freeze end |
#ext ⇒ Object
210 211 212 |
# File 'lib/fluent/plugin/out_s3.rb', line 210 def ext 'json'.freeze end |