move to madmin-go/, pkg/ packages (#765)

This commit is contained in:
Harshavardhana
2021-06-01 11:34:55 -07:00
committed by GitHub
parent 9498f8dcb5
commit eff001b12f
59 changed files with 490 additions and 471 deletions

View File

@@ -22,7 +22,7 @@ import (
"strings"
"github.com/minio/console/pkg/auth/utils"
"github.com/minio/minio/pkg/env"
"github.com/minio/pkg/env"
)
func GetSTSEndpoint() string {

View File

@@ -19,7 +19,7 @@ package ldap
import (
"strings"
"github.com/minio/minio/pkg/env"
"github.com/minio/pkg/env"
)
func GetLDAPEnabled() bool {

View File

@@ -20,7 +20,7 @@ import (
"strconv"
"github.com/minio/console/pkg/auth/utils"
"github.com/minio/minio/pkg/env"
"github.com/minio/pkg/env"
)
// ConsoleSTSDurationSeconds returns the default session duration for the STS requested tokens.