You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 14, 2026. It is now read-only.
When debugging MinIO behaviour, it would be nice to have a flag, maybe repeating --debug twice, to show HTTP requests/responses body. For example, when doing mcli ls miniotest/test --debug, I would like to see the XML sent by the client/sent back by the server
I can do that using mcli admin trace, which is useful but I need adequate permissions to do that, and it only works with MinIO servers
When debugging MinIO behaviour, it would be nice to have a flag, maybe repeating
--debugtwice, to show HTTP requests/responses body. For example, when doingmcli ls miniotest/test --debug, I would like to see the XML sent by the client/sent back by the serverI can do that using
mcli admin trace, which is useful but I need adequate permissions to do that, and it only works with MinIO servers