mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
Add admin API to edit remote bucket target credentials (#10848)
This commit is contained in:
committed by
GitHub
parent
f96ed3769f
commit
3ad41fe89d
@@ -829,7 +829,7 @@ var errorCodes = errorCodeMap{
|
||||
},
|
||||
ErrReplicationRemoteConnectionError: {
|
||||
Code: "XMinioAdminReplicationRemoteConnectionError",
|
||||
Description: "Remote service endpoint or target bucket not available",
|
||||
Description: "Remote service connection error - please check remote service credentials and target bucket",
|
||||
HTTPStatusCode: http.StatusNotFound,
|
||||
},
|
||||
ErrBucketRemoteIdenticalToSource: {
|
||||
|
||||
Reference in New Issue
Block a user