Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pacific: rgw: Fix truncated ListBuckets response. #49526

Merged
merged 1 commit into from Nov 28, 2023

Commits on Dec 20, 2022

  1. rgw: Fix truncated ListBuckets response.

    Commit 54b470f caused s3:ListBuckets to
    return a maximum of 1000 buckets by default as it removed the truncation
    detection from this code. We can fix this by simply setting
    RGWListBuckets::is_truncated after querying for each batch of buckets.
    
    Signed-off-by: Joshua Baergen <jbaergen@digitalocean.com>
    (cherry picked from commit 4bf0512)
    Joshua Baergen authored and dang committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    890d713 View commit details
    Browse the repository at this point in the history