* [PATCH v1 proxmox] s3-client: suggest correct replacement for put-rate-limit
@ 2026-09-10 10:24 Robert Obkircher
2026-09-11 11:10 ` applied: " Wolfgang Bumiller
0 siblings, 1 reply; 2+ messages in thread
From: Robert Obkircher @ 2026-09-10 10:24 UTC (permalink / raw)
To: pbs-devel
This is shown by `proxmox-backup-manager s3 endpoint update --help`.
Signed-off-by: Robert Obkircher <r.obkircher@proxmox.com>
---
proxmox-s3-client/src/api_types.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxmox-s3-client/src/api_types.rs b/proxmox-s3-client/src/api_types.rs
index 7b0ee094..0364fb55 100644
--- a/proxmox-s3-client/src/api_types.rs
+++ b/proxmox-s3-client/src/api_types.rs
@@ -172,7 +172,7 @@ pub struct S3ClientConfig {
/// Use path style bucket addressing over vhost style.
#[serde(skip_serializing_if = "Option::is_none")]
pub path_style: Option<bool>,
- /// Rate limit for put requests given as #request/s (deprecated: use active-rate-limit instead).
+ /// Rate limit for put requests given as #request/s (deprecated: use limit-active-requests instead).
#[serde(skip_serializing_if = "Option::is_none")]
pub put_rate_limit: Option<u64>,
/// List of provider specific feature implementation quirks.
--
2.47.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* applied: [PATCH v1 proxmox] s3-client: suggest correct replacement for put-rate-limit
2026-09-10 10:24 [PATCH v1 proxmox] s3-client: suggest correct replacement for put-rate-limit Robert Obkircher
@ 2026-09-11 11:10 ` Wolfgang Bumiller
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Bumiller @ 2026-09-11 11:10 UTC (permalink / raw)
To: pbs-devel, Robert Obkircher
On Thu, 10 Sep 2026 12:24:50 +0200, Robert Obkircher wrote:
> This is shown by `proxmox-backup-manager s3 endpoint update --help`.
Applied, thanks!
[1/1] s3-client: suggest correct replacement for put-rate-limit
commit: 758575636ddb3ad6c217b8273333db557c48f515
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-09-11 11:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-10 10:24 [PATCH v1 proxmox] s3-client: suggest correct replacement for put-rate-limit Robert Obkircher
2026-09-11 11:10 ` applied: " Wolfgang Bumiller
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.