mirror of
https://github.com/minio/mc.git
synced 2025-11-13 12:22:45 +03:00
URL related bug fixes and cleanup
This commit is contained in:
@@ -39,10 +39,6 @@ var (
|
||||
return probe.NewError(errors.New("Error reading glob URL ‘" + glob + "’ while comparing with ‘" + request + "’.")).Untrace()
|
||||
}
|
||||
|
||||
errInvalidURL = func(URL string) *probe.Error {
|
||||
return probe.NewError(errors.New("Invalid URL ‘" + URL + "’.")).Untrace()
|
||||
}
|
||||
|
||||
errNoMatchingHost = func(URL string) *probe.Error {
|
||||
return probe.NewError(errors.New("No matching host found for the given URL ‘" + URL + "’.")).Untrace()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user