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:
committed by
Harshavardhana
parent
1bf5ac350f
commit
9eb967cabf
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user