public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox{, -backup} 0/3] followups for PBS s3 backend
@ 2025-07-22 16:36 Christian Ebner
  2025-07-22 16:36 ` [pbs-devel] [PATCH proxmox 1/1] s3 client: split config api type into 3 config structs Christian Ebner
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Christian Ebner @ 2025-07-22 16:36 UTC (permalink / raw)
  To: pbs-devel

These are followup patches to be applied on top of the patch series
found here:
https://lore.proxmox.com/pbs-devel/20250722101106.526438-1-c.ebner@proxmox.com/T/

Most notably, they fix a regression introduced in version v11, as
discovered by Lukas. The api now did incorrectly return also the secret
key for s3 endpoint configurations.

Further, there is a patch which checks bucket access during datastore
creation already in the api, before spawning the datastore create task.
By this, if the bucket cannot be accessed, the user is notified right
away and does not need to re-enter all the datastore configurations.

proxmox:

Christian Ebner (1):
  s3 client: split config api type into 3 config structs

 proxmox-s3-client/src/api_types.rs | 62 ++++++++++++++++++++++++------
 proxmox-s3-client/src/client.rs    |  3 +-
 2 files changed, 52 insertions(+), 13 deletions(-)

proxmox-backup:

Christian Ebner (2):
  config: s3: adapt to new config struct layouts
  datastore: check s3 bucket access before create datastore task

 pbs-config/src/s3.rs           |  7 ++--
 pbs-datastore/src/datastore.rs | 11 +++--
 src/api2/admin/s3.rs           |  7 ++--
 src/api2/config/datastore.rs   | 76 ++++++++++++++++++++++++----------
 src/api2/config/s3.rs          | 65 ++++++++++++++++++++---------
 5 files changed, 114 insertions(+), 52 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] 5+ messages in thread

end of thread, other threads:[~2025-07-22 20:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-22 16:36 [pbs-devel] [PATCH proxmox{, -backup} 0/3] followups for PBS s3 backend Christian Ebner
2025-07-22 16:36 ` [pbs-devel] [PATCH proxmox 1/1] s3 client: split config api type into 3 config structs Christian Ebner
2025-07-22 16:36 ` [pbs-devel] [PATCH proxmox-backup 1/2] config: s3: adapt to new config struct layouts Christian Ebner
2025-07-22 16:36 ` [pbs-devel] [PATCH proxmox-backup 2/2] datastore: check s3 bucket access before create datastore task Christian Ebner
2025-07-22 20:25 ` [pbs-devel] applied: [PATCH proxmox{, -backup} 0/3] followups for PBS s3 backend 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