From: Christian Ebner <c.ebner@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [PATCH proxmox-backup 3/3] ui: drop 'tech preview' label for s3 stores in creation dialog
Date: Fri, 24 Apr 2026 14:50:26 +0200 [thread overview]
Message-ID: <20260424125027.804185-4-c.ebner@proxmox.com> (raw)
In-Reply-To: <20260424125027.804185-1-c.ebner@proxmox.com>
Since S3 backed datastore's are going to be fully supported with
the next release, drop the now outdated label.
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
---
www/window/DataStoreEdit.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/window/DataStoreEdit.js b/www/window/DataStoreEdit.js
index 1b935ddd3..911bf47d6 100644
--- a/www/window/DataStoreEdit.js
+++ b/www/window/DataStoreEdit.js
@@ -61,7 +61,7 @@ Ext.define('PBS.DataStoreEdit', {
comboItems: [
['__default__', gettext('Local')],
['removable', gettext('Removable')],
- ['s3', gettext('S3 (tech preview)')],
+ ['s3', gettext('S3')],
],
cbind: {
disabled: '{!isCreate}',
--
2.47.3
next prev parent reply other threads:[~2026-04-24 12:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-24 12:50 [PATCH proxmox-backup 0/3] followups s3 datastores Christian Ebner
2026-04-24 12:50 ` [PATCH proxmox-backup 1/3] docs: describe s3 request notifications and threshold reset schedule Christian Ebner
2026-04-24 12:50 ` [PATCH proxmox-backup 2/3] docs: mention still missing field in the configuration subtree Christian Ebner
2026-04-24 12:50 ` Christian Ebner [this message]
2026-04-24 19:06 ` applied: [PATCH proxmox-backup 0/3] followups s3 datastores Thomas Lamprecht
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=20260424125027.804185-4-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 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.