From: Christian Ebner <c.ebner@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [PATCH proxmox-backup 4/4] ui: expose request rate limit config options for S3 endpoints
Date: Tue, 30 Jun 2026 16:28:28 +0200 [thread overview]
Message-ID: <20260630142828.660821-5-c.ebner@proxmox.com> (raw)
In-Reply-To: <20260630142828.660821-1-c.ebner@proxmox.com>
Allows to specify the s3 client request rate limits in the respective
endpoint configuration.
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
---
www/window/S3ClientEdit.js | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/www/window/S3ClientEdit.js b/www/window/S3ClientEdit.js
index c7e8ade1f..f44d3b43e 100644
--- a/www/window/S3ClientEdit.js
+++ b/www/window/S3ClientEdit.js
@@ -135,6 +135,13 @@ Ext.define('PBS.window.S3ClientEdit', {
emptyText: gettext('Unlimited'),
submitAutoScaledSizeUnit: true,
},
+ {
+ xtype: 'proxmoxintegerfield',
+ name: 'limit-active-requests',
+ fieldLabel: gettext('PUT/POST/DELETE request limit (#/s)'),
+ emptyText: gettext('Unlimited'),
+ minValue: 1,
+ },
],
advancedColumn2: [
{
@@ -151,6 +158,13 @@ Ext.define('PBS.window.S3ClientEdit', {
emptyText: gettext('Same as Rate'),
submitAutoScaledSizeUnit: true,
},
+ {
+ xtype: 'proxmoxintegerfield',
+ name: 'limit-passive-requests',
+ fieldLabel: gettext('GET/HEAD request limit (#/s)'),
+ emptyText: gettext('Unlimited'),
+ minValue: 1,
+ },
],
advancedColumnB: [
{
--
2.47.3
prev parent reply other threads:[~2026-06-30 14:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-30 14:28 [RFC proxmox{,-backup} 0/4] fix #6841: implement request rate limits for all methods Christian Ebner
2026-06-30 14:28 ` [PATCH proxmox 1/4] fix #6841: allow to set active/passive request rate limits Christian Ebner
2026-06-30 14:28 ` [PATCH proxmox 2/4] s3-client: add 429 HTTP status code as retryable Christian Ebner
2026-06-30 14:28 ` [PATCH proxmox-backup 3/4] s3: config: update or delete active/passive request limit options Christian Ebner
2026-06-30 14:28 ` Christian Ebner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260630142828.660821-5-c.ebner@proxmox.com \
--to=c.ebner@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox