public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox 0/6] followups and cleanups for s3 client
@ 2025-08-04 16:09 Christian Ebner
  2025-08-04 16:09 ` [pbs-devel] [PATCH proxmox 1/6] s3 client: fix formatting issues by `cargo fmt` Christian Ebner
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Christian Ebner @ 2025-08-04 16:09 UTC (permalink / raw)
  To: pbs-devel

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



_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-08-04 20:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-04 16:09 [pbs-devel] [PATCH proxmox 0/6] followups and cleanups for s3 client Christian Ebner
2025-08-04 16:09 ` [pbs-devel] [PATCH proxmox 1/6] s3 client: fix formatting issues by `cargo fmt` Christian Ebner
2025-08-04 16:09 ` [pbs-devel] [PATCH proxmox 2/6] s3 client: refactor list buckets response status code matching Christian Ebner
2025-08-04 16:09 ` [pbs-devel] [PATCH proxmox 3/6] s3 client: refactor list buckets result list fetching Christian Ebner
2025-08-04 16:09 ` [pbs-devel] [PATCH proxmox 4/6] s3 client: add doc comments for response parser helper methods Christian Ebner
2025-08-04 16:09 ` [pbs-devel] [PATCH proxmox 5/6] s3 client: add and expand doc comments for response parsing objects Christian Ebner
2025-08-04 16:09 ` [pbs-devel] [PATCH proxmox 6/6] s3 client: add basic regression tests for response parsing Christian Ebner
2025-08-04 20:18 ` [pbs-devel] [PATCH proxmox 0/6] followups and cleanups for s3 client Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal