mirror of
https://github.com/minio/minio.git
synced 2025-11-21 02:09:08 -05:00
Remove site replication config if it succeeded locally (#16279)
This commit is contained in:
@@ -1384,7 +1384,7 @@ var errorCodes = errorCodeMap{
|
||||
ErrSiteReplicationPeerResp: {
|
||||
Code: "XMinioSiteReplicationPeerResp",
|
||||
Description: "Error received when contacting a peer site",
|
||||
HTTPStatusCode: http.StatusServiceUnavailable,
|
||||
HTTPStatusCode: http.StatusBadRequest,
|
||||
},
|
||||
ErrSiteReplicationBackendIssue: {
|
||||
Code: "XMinioSiteReplicationBackendIssue",
|
||||
|
||||
Reference in New Issue
Block a user