mirror of
https://github.com/minio/minio.git
synced 2025-11-08 21:24:55 -05:00
move to iam, bucket policy from minio/pkg (#12400)
This commit is contained in:
@@ -32,7 +32,7 @@ import (
|
||||
"github.com/minio/minio/cmd/config/dns"
|
||||
"github.com/minio/minio/cmd/logger"
|
||||
"github.com/minio/minio/pkg/auth"
|
||||
iampolicy "github.com/minio/minio/pkg/iam/policy"
|
||||
iampolicy "github.com/minio/pkg/iam/policy"
|
||||
)
|
||||
|
||||
func validateAdminUsersReq(ctx context.Context, w http.ResponseWriter, r *http.Request, action iampolicy.AdminAction) (ObjectLayer, auth.Credentials) {
|
||||
|
||||
Reference in New Issue
Block a user