Skip to content

Commit 4b29809

Browse files
committed
options/rgw: use s3 names for listing operations
Signed-off-by: Casey Bodley <[email protected]>
1 parent 2c345e1 commit 4b29809

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/common/options/rgw.yaml.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3428,10 +3428,10 @@ options:
34283428
- name: rgw_max_listing_results
34293429
type: uint
34303430
level: advanced
3431-
desc: Upper bound on results in listing operations, ListBucket max-keys
3431+
desc: Upper bound on results in listing operations, ListObjects max-keys
34323432
long_desc: This caps the maximum permitted value for listing-like operations in
3433-
RGW S3. Affects ListBucket(max-keys), ListBucketVersions(max-keys), ListBucketMultipartUploads(max-uploads),
3434-
ListMultipartUploadParts(max-parts)
3433+
RGW S3. Affects ListObjects(max-keys), ListObjectsVersions(max-keys),
3434+
ListMultipartUploads(max-uploads), ListParts(max-parts)
34353435
default: 1000
34363436
services:
34373437
- rgw

0 commit comments

Comments
 (0)