Fix checksum error during startup when minio is loaded via PATH environment variable (#20509)

This commit is contained in:
Ramon de Klein
2024-10-01 15:13:18 -07:00
committed by GitHub
parent 0abfd1bcb1
commit e5b18df6db
3 changed files with 3 additions and 4 deletions

View File

@@ -978,7 +978,7 @@ var errorCodes = errorCodeMap{
},
ErrReplicationNoExistingObjects: {
Code: "XMinioReplicationNoExistingObjects",
Description: "No matching ExistingsObjects rule enabled",
Description: "No matching ExistingObjects rule enabled",
HTTPStatusCode: http.StatusBadRequest,
},
ErrRemoteTargetDenyAddError: {