1
0
mirror of https://github.com/minio/mc.git synced 2025-11-12 01:02:26 +03:00

minor fixes to mc share download command (#2106)

improved error messages and issue with `--recursive` option. 

Fixes  #2099
This commit is contained in:
Scott McClellan
2017-04-17 17:37:11 -07:00
committed by Harshavardhana
parent 1bf5ac350f
commit 9eb967cabf
2 changed files with 10 additions and 4 deletions

View File

@@ -150,7 +150,7 @@ func (e EmptyPath) Error() string {
type ObjectMissing struct{}
func (e ObjectMissing) Error() string {
return "Object key is missing, object key cannot be empty"
return "Object does not exist"
}
// UnexpectedShortWrite - write wrote less bytes than expected.