Skip to content

Commit 03f572d

Browse files
authored
Merge pull request ceph#59534 from cbodley/wip-rgw-listing-max-entries
rgw: raise default rgw_max_listing_results=5000 Reviewed-by: Daniel Gryniewicz <[email protected]>
2 parents bfc56ad + 789b5f3 commit 03f572d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/common/options/rgw.yaml.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3458,11 +3458,11 @@ options:
34583458
- name: rgw_max_listing_results
34593459
type: uint
34603460
level: advanced
3461-
desc: Upper bound on results in listing operations, ListBucket max-keys
3461+
desc: Upper bound on results in listing operations, ListObjects max-keys
34623462
long_desc: This caps the maximum permitted value for listing-like operations in
3463-
RGW S3. Affects ListBucket(max-keys), ListBucketVersions(max-keys), ListBucketMultipartUploads(max-uploads),
3464-
ListMultipartUploadParts(max-parts)
3465-
default: 1000
3463+
RGW S3. Affects ListObjects(max-keys), ListObjectsVersions(max-keys),
3464+
ListMultipartUploads(max-uploads), ListParts(max-parts)
3465+
default: 5000
34663466
services:
34673467
- rgw
34683468
- rgw

0 commit comments

Comments
 (0)