.. confval:: rgw_exit_timeout_secs
.. confval:: rgw_get_obj_window_size
.. confval:: rgw_get_obj_max_req_size
+.. confval:: rgw_multipart_min_part_size
.. confval:: rgw_relaxed_s3_bucket_names
.. confval:: rgw_list_buckets_max_chunk
.. confval:: rgw_override_bucket_index_max_shards
desc: Set RGW max chunk size
long_desc: The chunk size is the size of RADOS I/O requests that RGW sends when
accessing data objects. RGW read and write operations will never request more than
- this amount in a single request. This also defines the RGW object head size, as
+ this amount in a single request. This also defines the RGW head object size, as
head operations need to be atomic, and anything larger than this would require
- more than a single operation.
+ more than a single operation. When RGW objects are written to the default
+ storage class, up to this amount of payload data will be stored alongside
+ metadata in the head object.
default: 4_M
services:
- rgw
type: size
level: advanced
desc: Minimum S3 multipart-upload part size
- long_desc: When doing a multipart upload, each part (other than the last part) should
+ long_desc: When doing a multipart upload, each part (other than the last part) must
be at least this size.
default: 5_M
services: