Class: Fluent::GCS::ZstdObjectCreator
- Inherits:
-
CommandObjectCreator
- Object
- ObjectCreator
- CommandObjectCreator
- Fluent::GCS::ZstdObjectCreator
- 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
237 238 239 |
# File 'lib/fluent/plugin/gcs/object_creator.rb', line 237 def content_type "application/x-zst" end |
#file_extension ⇒ Object
241 242 243 |
# File 'lib/fluent/plugin/gcs/object_creator.rb', line 241 def file_extension "zst" end |