]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fixup (squash this)
authorZac Dover <zac.dover@proton.me>
Fri, 21 Feb 2025 03:47:07 +0000 (13:47 +1000)
committerZac Dover <zac.dover@proton.me>
Fri, 21 Feb 2025 03:47:07 +0000 (13:47 +1000)
Remove a colon from a yaml field that will not accept a colon.

Signed-off-by: Zac Dover <zac.dover@proton.me>
src/common/options/rgw.yaml.in

index 900a59536cdb18dd9ce18743f06836464d1485f0..61ce2ceb0d3b4e6f4375d4cb515b9906b2ea4dfa 100644 (file)
@@ -131,11 +131,12 @@ options:
   type: size
   level: advanced
   desc: The maximum size (in bytes) of regular (non multi-part) object upload.
-  long_desc: Plain object upload is capped at this amount of data. In order to upload
-    larger objects, a special composite upload mechanism is required: multi-part upload (MPU) for S3
-    and DLO and SLO for Swift.  Note that this value also limits the size of individual
-    chunks uploaded for MPU and DLO/SLO objects, thus the larget composite object
-    that can be uploaded is of size ``rgw_max_put_size`` * ``rgw_multipart_part_upload_limit``
+  long_desc: Plain object upload is capped at this amount of data. In order to
+    upload larger objects, a special composite upload mechanism is required
+    multi-part upload (MPU) for S3 and DLO and SLO for Swift.  Note that this
+    value also limits the size of individual chunks uploaded for MPU and
+    DLO/SLO objects, thus the larget composite object that can be uploaded is
+    of size ``rgw_max_put_size`` * ``rgw_multipart_part_upload_limit``
   default: 5_G
   services:
   - rgw