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

More meaningful error messages with unsupported filesystem operations (share and policy) (#1833)

This commit is contained in:
Anis Elleuch
2016-09-25 18:20:56 +01:00
committed by Harshavardhana
parent 2b24a7b520
commit 15b91126d5
4 changed files with 43 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ type APINotImplemented struct {
}
func (e APINotImplemented) Error() string {
return "" + e.API + " feature " + "is not implemented for " + e.APIType + "."
return "" + e.API + " is not supported for " + e.APIType + "."
}
// GenericBucketError - generic bucket operations error