mirror of
https://github.com/versity/versitygw.git
synced 2026-04-22 05:30:29 +00:00
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.