1
0
mirror of https://github.com/minio/mc.git synced 2025-07-30 07:23:03 +03:00

Add response details for policy attach/detach cmd (#4602)

For internal IDP.

Also updates madmin-go to v3 as part of this change

- Temporarily disable test_admin_users until minio side fix is merged
This commit is contained in:
Aditya Manthramurthy
2023-06-19 12:31:19 -07:00
committed by GitHub
parent bf3924b583
commit 5f39522e69
79 changed files with 107 additions and 113 deletions

View File

@ -24,7 +24,7 @@ import (
tea "github.com/charmbracelet/bubbletea"
"github.com/minio/cli"
"github.com/minio/madmin-go/v2"
"github.com/minio/madmin-go/v3"
"github.com/minio/mc/pkg/probe"
)