@@ -210,7 +210,7 @@ For example
210210 of ``--tier-type=cloud-s3 `` or ``--tier-type=cloud-s3-glacier ``
211211 is created it cannot be later modified to any other storage class type.
212212
213- The tier configuration can be then performed using the following command::
213+ The tier configuration can be then performed using the following command:
214214
215215.. prompt :: bash #
216216
@@ -222,7 +222,7 @@ The tier configuration can be then performed using the following command::
222222The ``key `` in the configuration specifies the config variable to be updated, and
223223the ``val `` specifies its new value.
224224
225- For example::
225+ For example:
226226
227227.. prompt :: bash #
228228
@@ -239,7 +239,7 @@ Nested tier configuration values can be accessed using periods. This notation
239239works similarly to how nested fields are accessed in JSON with tools like ``jq ``.
240240Note that the use of period separators ``(.) `` is specific to key access within ``--tier-config ``,
241241and should not be confused with Ceph RGW patterns for realm/zonegroup/zone.
242- For example::
242+ For example:
243243
244244.. prompt :: bash #
245245
@@ -252,7 +252,7 @@ For example::
252252Configuration array entries can be accessed by specifying the specific entry to
253253be referenced enclosed in square brackets, and adding a new array entry can be
254254performed with an empty array `[] `.
255- For example, creating a new ``acl `` array entry::
255+ For example, creating a new ``acl `` array entry:
256256
257257.. prompt :: bash #
258258
@@ -265,7 +265,7 @@ For example, creating a new ``acl`` array entry::
265265
266266An entry can be removed by supplying ``--tier-config-rm={key} ``.
267267
268- For example::
268+ For example:
269269
270270.. prompt :: bash #
271271
@@ -279,7 +279,7 @@ For example::
279279 --storage-class CLOUDTIER \
280280 --tier-config-rm=target_path
281281
282- The storage class can be removed using the following command::
282+ The storage class can be removed using the following command:
283283
284284.. prompt :: bash #
285285
@@ -369,7 +369,7 @@ with an ``InvalidObjectState`` error. Any other operations against original
369369source objects will be for its metadata entries only keeping transitioned
370370objects intact.
371371
372- For example::
372+ For example:
373373
374374.. prompt :: bash $
375375
0 commit comments