Class: Fluent::GCS::LZOObjectCreator
- Inherits:
-
CommandObjectCreator
- Object
- ObjectCreator
- CommandObjectCreator
- Fluent::GCS::LZOObjectCreator
- Defined in:
- lib/fluent/plugin/gcs/object_creator.rb
Instance Method Summary collapse
Methods inherited from CommandObjectCreator
Methods inherited from ObjectCreator
#content_encoding, #create, #write
Constructor Details
This class inherits a constructor from Fluent::GCS::CommandObjectCreator
Instance Method Details
#content_type ⇒ Object
189 190 191 |
# File 'lib/fluent/plugin/gcs/object_creator.rb', line 189 def content_type "application/x-lzop" end |
#file_extension ⇒ Object
193 194 195 |
# File 'lib/fluent/plugin/gcs/object_creator.rb', line 193 def file_extension "lzo" end |