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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user