Hey, I've recently started using Scaleway for a smaller project. We're hosting out state in a bucket on Scaleway, and we'd like to use Scaleway's KMS as the secrets provider, but as far as I can tell, there is no generic layer here, so Scaleway's KMS service should have to be implemented just like awskws, azurekms, gcpkms. etc.
If we were to throw together a PR, would the be accepted?
I can understand that it potentially would lead to bloat if every single providers specific implementation has to be implemented, but I thought I'd ask here, before going down that route.