Signed-off-by: Kyle Bader <kbader@ibm.com>
Compression settings apply to all new objects uploaded to buckets using this
placement target. Compression can be disabled by setting the ``type`` to an
-empty string or ``none``.
+empty string or ``none``. The valid types are ``zlib`` and ``zstd``.
For example::
.. _`Server-Side Encryption`: ../encryption
.. _`Multisite Configuration`: ../multisite
+
+Compression Tuning
+==================
+
+The compression level and window size is controlled by the ceph configuration parameters::
+
+ compressor_zlib_level
+ compressor_zlib_winsize
+ compressor_zstd_level