From 53bbaf2adaf96c8f398178a1bdc4ed7a1e19f93b Mon Sep 17 00:00:00 2001 From: Antoine POPINEAU Date: Tue, 21 Apr 2026 00:06:08 +0200 Subject: [PATCH] feat: add presigned URL generation in webui Add a modal dialog to the object explorer that generates presigned GET URLs for S3 objects. Supports configurable expiration in minutes, hours, or days, and includes a copy-to-clipboard button for the result. Reuses the existing `api.presignUrl()` function; adds only the UI layer. --- webui/web/explorer.html | 143 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) diff --git a/webui/web/explorer.html b/webui/web/explorer.html index fc6a2810..310d3b47 100644 --- a/webui/web/explorer.html +++ b/webui/web/explorer.html @@ -599,6 +599,70 @@ under the License. + + +