Project

General

Profile

Documentation #23027

document rgw_multipart_min_part_size

Added by Casey Bodley about 6 years ago. Updated over 2 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

Documentation for rgw_multipart_min_part_size is missing form doc/radosgw/config-ref.rst

History

#1 Updated by Anthony D'Atri over 3 years ago

There are over 1500 options in the source as of today. `rgw_multipart_min_part_size` is marked as `ADVANCED`, and I think policy (perhaps unwritten?) is that advanced options aren't necessarily documented. Before I add this in, @zdover23 do you have any thoughts?

    Option("rgw_multipart_min_part_size", Option::TYPE_SIZE, Option::LEVEL_ADVANCED)
    .set_default(5_M)
    .set_description("Minimum S3 multipart-upload part size")
    .set_long_description(
    "When doing a multipart upload, each part (other than the last part) should be " 
        "at least this size."),

#2 Updated by Anthony D'Atri over 3 years ago

@mattbenjamin @yehudasa Any thoughts re whether this should, or should not, be explicitly documented in https://docs.ceph.com/en/latest/radosgw/config-ref/ ?

#3 Updated by Casey Bodley over 2 years ago

  • Status changed from New to Resolved
  • Pull request ID set to 43477

Also available in: Atom PDF