File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments