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

Refactor debugging output, implement --json output currently only supported on 'ls'

This commit is contained in:
Harshavardhana
2015-05-21 21:55:04 -07:00
parent b80394c842
commit edb8381400
18 changed files with 94 additions and 86 deletions

View File

@@ -24,14 +24,6 @@ func (e errNotAnObject) Error() string {
return "Not an object " + e.url
}
type errInvalidACL struct {
acl string
}
func (e errInvalidACL) Error() string {
return "Invalid ACL: " + e.acl
}
type errInvalidArgument struct{}
func (e errInvalidArgument) Error() string {