[pbs-devel] [PATCH proxmox 0/6] followups and cleanups for s3 client
Christian Ebner
c.ebner at proxmox.com
Mon Aug 4 18:09:31 CEST 2025
These patches are not release critical, but are intended to improve
code quality and add basic testing.
This currently covers formatting issues, refactoring of code to make
it more concise, adding missing doc comments and adding basic
regression tests for parsers reading the http response body.
Christian Ebner (6):
s3 client: fix formatting issues by `cargo fmt`
s3 client: refactor list buckets response status code matching
s3 client: refactor list buckets result list fetching
s3 client: add doc comments for response parser helper methods
s3 client: add and expand doc comments for response parsing objects
s3 client: add basic regression tests for response parsing
proxmox-s3-client/src/client.rs | 6 +-
proxmox-s3-client/src/object_key.rs | 2 +-
proxmox-s3-client/src/response_reader.rs | 274 ++++++++++++++++++++---
proxmox-s3-client/src/timestamps.rs | 2 +-
4 files changed, 241 insertions(+), 43 deletions(-)
--
2.47.2
More information about the pbs-devel
mailing list