of ``--tier-type=cloud-s3`` or ``--tier-type=cloud-s3-glacier``
is created it cannot be later modified to any other storage class type.
-The tier configuration can be then performed using the following command::
+The tier configuration can be then performed using the following command:
.. prompt:: bash #
The ``key`` in the configuration specifies the config variable to be updated, and
the ``val`` specifies its new value.
-For example::
+For example:
.. prompt:: bash #
works similarly to how nested fields are accessed in JSON with tools like ``jq``.
Note that the use of period separators ``(.)`` is specific to key access within ``--tier-config``,
and should not be confused with Ceph RGW patterns for realm/zonegroup/zone.
-For example::
+For example:
.. prompt:: bash #
Configuration array entries can be accessed by specifying the specific entry to
be referenced enclosed in square brackets, and adding a new array entry can be
performed with an empty array `[]`.
-For example, creating a new ``acl`` array entry::
+For example, creating a new ``acl`` array entry:
.. prompt:: bash #
An entry can be removed by supplying ``--tier-config-rm={key}``.
-For example::
+For example:
.. prompt:: bash #
--storage-class CLOUDTIER \
--tier-config-rm=target_path
-The storage class can be removed using the following command::
+The storage class can be removed using the following command:
.. prompt:: bash #
source objects will be for its metadata entries only keeping transitioned
objects intact.
-For example::
+For example:
.. prompt:: bash $