Skip to content

Commit bb41cc7

Browse files
committed
doc: fixup (squash this)
Remove a colon from a yaml field that will not accept a colon. Signed-off-by: Zac Dover <[email protected]>
1 parent 961d474 commit bb41cc7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/common/options/rgw.yaml.in

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,12 @@ options:
131131
type: size
132132
level: advanced
133133
desc: The maximum size (in bytes) of regular (non multi-part) object upload.
134-
long_desc: Plain object upload is capped at this amount of data. In order to upload
135-
larger objects, a special composite upload mechanism is required: multi-part upload (MPU) for S3
136-
and DLO and SLO for Swift. Note that this value also limits the size of individual
137-
chunks uploaded for MPU and DLO/SLO objects, thus the larget composite object
138-
that can be uploaded is of size ``rgw_max_put_size`` * ``rgw_multipart_part_upload_limit``
134+
long_desc: Plain object upload is capped at this amount of data. In order to
135+
upload larger objects, a special composite upload mechanism is required
136+
multi-part upload (MPU) for S3 and DLO and SLO for Swift. Note that this
137+
value also limits the size of individual chunks uploaded for MPU and
138+
DLO/SLO objects, thus the larget composite object that can be uploaded is
139+
of size ``rgw_max_put_size`` * ``rgw_multipart_part_upload_limit``
139140
default: 5_G
140141
services:
141142
- rgw

0 commit comments

Comments
 (0)