s3gw-tech / s3gw

Container able to run on a Kubernetes cluster, providing S3-compatible endpoints to applications.
https://s3gw.tech
Apache License 2.0
148 stars 21 forks source link

UI: Use health tests to check if connection to s3gw is valid #844

Open votdev opened 1 year ago

votdev commented 1 year ago

This is a follow up feature request of #823.

The idea is that health tests are used to check if the connection to the s3gw is working. Alternatively it would be great to check the setting in S3GW_SERVICE_URL during container startup. This has the limitation that this test is only done once at startup; but can be used to validate the specified URL is valid.