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:
committed by
Dee Koder
parent
a86080a0b7
commit
aa8d5ed0cc
@ -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 {
|
||||
|
Reference in New Issue
Block a user