feat: paginate user list via marker for clusters with >1000 users #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/user-list-pagination"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Without an explicit
max-entries, RADOSGW's admin API caps?listat~1000 keys and signals overflow via
truncated: true+ amarker. Theprevious one-shot call silently dropped users past the first page.
Loop until
truncatedis false, accumulatingkeys. Guard against atruncated response with an empty/missing marker to avoid infinite loops.
Mirrors upstream PR blemmenes/radosgw_usage_exporter#57.
Bumps to 1.1.0