class Fluent::Plugin::OSSOutput::TextCompressor
Text output format.
Public Instance Methods
compress(chunk, file)
click to toggle source
# File lib/fluent/plugin/out_oss.rb, line 392 def compress(chunk, file) chunk.write_to(file) end
content_type()
click to toggle source
# File lib/fluent/plugin/out_oss.rb, line 388 def content_type 'text/plain'.freeze end
ext()
click to toggle source
# File lib/fluent/plugin/out_oss.rb, line 384 def ext 'txt'.freeze end