From: Zac Dover Date: Fri, 21 Feb 2025 03:47:07 +0000 (+1000) Subject: doc: fixup (squash this) X-Git-Tag: v20.0.0~93^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=bb41cc71c77b25a8718d668f373aa8c33f62d4e4;p=ceph.git doc: fixup (squash this) Remove a colon from a yaml field that will not accept a colon. Signed-off-by: Zac Dover --- diff --git a/src/common/options/rgw.yaml.in b/src/common/options/rgw.yaml.in index 900a59536cdb1..61ce2ceb0d3b4 100644 --- a/src/common/options/rgw.yaml.in +++ b/src/common/options/rgw.yaml.in @@ -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