mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
[Improvement] Extend "Test connection" for storage to support all operations #458
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @osterik on 10/13/2025
I encountered an error when configuring permissions for the S3 storage (creating and deleting objects did not work because I forgot to add the entry
"arn:aws:s3:::bucket-name/*"to the resources). Despite this, the connection test was successful. However, the backup operation froze without any error messages.I think it would be useful if the storage test performed all important operations at once (i.e. + creating & deleting objects), rather than just checking the connection.
And thank you for this handy tool!