1
0
mirror of https://github.com/drakkan/sftpgo.git synced 2025-11-23 22:04:50 +02:00

move cloud KMS providers to an external plugin

This commit is contained in:
Nicola Murino
2021-07-17 13:08:05 +02:00
parent 6d313f6d8f
commit 338301955f
11 changed files with 5 additions and 380 deletions

View File

@@ -11,9 +11,6 @@ import (
"go.uber.org/automaxprocs/maxprocs"
"github.com/drakkan/sftpgo/v2/cmd"
_ "github.com/drakkan/sftpgo/v2/kms/aws"
_ "github.com/drakkan/sftpgo/v2/kms/gcp"
_ "github.com/drakkan/sftpgo/v2/kms/vault"
)
func main() {