diff --git a/cmd/bucket-replication.go b/cmd/bucket-replication.go index 0eef43b15..d315d9d97 100644 --- a/cmd/bucket-replication.go +++ b/cmd/bucket-replication.go @@ -170,7 +170,7 @@ func checkRemoteEndpoint(ctx context.Context, epURL *url.URL) error { reqURL := &url.URL{ Scheme: epURL.Scheme, Host: epURL.Host, - Path: healthCheckReadinessPath, + Path: healthCheckPathPrefix + healthCheckReadinessPath, } req, err := http.NewRequestWithContext(ctx, http.MethodGet, reqURL.String(), nil)