Method: Fog::Storage::OpenStack::File#content_encoding
- Defined in:
- lib/fog/storage/openstack/models/file.rb
#content_encoding ⇒ Object
When you create an object or update its metadata, you can optionally set the Content-Encoding metadata. This metadata enables you to indicate that the object content is compressed without losing the identity of the underlying media type (Content-Type) of the file, such as a video.
35 |
# File 'lib/fog/storage/openstack/models/file.rb', line 35 attribute :content_encoding, :aliases => 'Content-Encoding' |