diff --git a/sda/internal/config/config.go b/sda/internal/config/config.go index 132e7772c..e13e5224d 100644 --- a/sda/internal/config/config.go +++ b/sda/internal/config/config.go @@ -19,9 +19,11 @@ import ( "github.com/spf13/viper" ) -const POSIX = "posix" -const S3 = "s3" -const SFTP = "sftp" +const ( + POSIX = "posix" + S3 = "s3" + SFTP = "sftp" +) var requiredConfVars []string