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

cloud_storage_clients: Fix xml parsing when searching for error code in response #14848

Merged
merged 2 commits into from
Nov 9, 2023

Commits on Nov 9, 2023

  1. cloud_storage_clients: Add method to public API

    iobuf_to_delete_objects_result is moved to public API to make testing it
    easier.
    abhijat committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    6849a18 View commit details
    Browse the repository at this point in the history
  2. cloud_storage_clients: Use get_optional to find error code

    When searching for error codes in an XML tree, ptree::count does not
    honor dot paths. The change uses get_optional and adds some tests for
    the method.
    abhijat committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    1ec6cfe View commit details
    Browse the repository at this point in the history