Skip to content

Commit

Permalink
cloud_storage_clients: Add method to public API
Browse files Browse the repository at this point in the history
iobuf_to_delete_objects_result is moved to public API to make testing it
easier.
  • Loading branch information
abhijat committed Nov 9, 2023
1 parent 491a0d2 commit 6849a18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/v/cloud_storage_clients/s3_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,7 @@ class s3_client : public client {
ss::shared_ptr<client_probe> _probe;
};

std::variant<client::delete_objects_result, rest_error_response>
iobuf_to_delete_objects_result(iobuf&& buf);

} // namespace cloud_storage_clients

0 comments on commit 6849a18

Please sign in to comment.