1
0
mirror of https://github.com/minio/mc.git synced 2025-07-28 20:01:58 +03:00

Add newS3Config helper to auto-probe signature type. (#2292)

This commit is contained in:
Harshavardhana
2017-10-20 13:51:56 -07:00
committed by Dee Koder
parent a86080a0b7
commit aa8d5ed0cc
5 changed files with 109 additions and 30 deletions

View File

@ -30,7 +30,7 @@ var (
}
errInvalidArgument = func() *probe.Error {
return probe.NewError(errors.New("Invalid arguments provided, cannot proceed")).Untrace()
return probe.NewError(errors.New("Invalid arguments provided, please refer " + "`mc <command> -h` for relevant documentation.")).Untrace()
}
errUnrecognizedDiffType = func(diff differType) *probe.Error {