Class: Fluent::GCS::LZOObjectCreator

Inherits:
CommandObjectCreator show all
Defined in:
lib/fluent/plugin/gcs/object_creator.rb

Instance Method Summary collapse

Methods inherited from CommandObjectCreator

#initialize, #write

Methods inherited from ObjectCreator

#content_encoding, #create, #write

Constructor Details

This class inherits a constructor from Fluent::GCS::CommandObjectCreator

Instance Method Details

#content_typeObject



189
190
191
# File 'lib/fluent/plugin/gcs/object_creator.rb', line 189

def content_type
  "application/x-lzop"
end

#file_extensionObject



193
194
195
# File 'lib/fluent/plugin/gcs/object_creator.rb', line 193

def file_extension
  "lzo"
end