Skip to content

Commit

Permalink
remove references to v2 AdminAPI version
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Feb 19, 2025
1 parent 60acbd9 commit b654dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ import (

// AdminAPIVersion - admin api version used in the request.
const (
// MinIO only supports last two versions
AdminAPIVersion = "v4"
AdminAPIVersionV3 = "v3"
AdminAPIVersionV2 = "v2"

// Admin API version prefix
adminAPIPrefixV4 = "/" + AdminAPIVersion
Expand Down

0 comments on commit b654dcb

Please sign in to comment.