From https://docs.drone.io/server/storage/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 GitHub - minio/minio-go: MinIO Go client SDK for S3 compatible object storage which I hope you use. If yes, is there a environment variable to specify the endpoint?