From https://docs.drone.io/administration/server/database/, “S3 Storage” is a great feature. But as the code isn’t available, I wonder which client implementation is used to connect to S3, and if it’s technically possible to connect to a non AWS S3 bucket… such as minio, GCP, DO, etc.
One of the best Go client is https://github.com/minio/minio-go which I hope you use. If yes, is there a environment variable to specify the endpoint?