1
0
mirror of https://github.com/minio/mc.git synced 2025-11-14 23:42:27 +03:00

Add filesystem Windows support, also cannot reproduce #281 anymore - fixes #281

This commit is contained in:
Harshavardhana
2015-04-20 15:44:48 -07:00
parent b940312b13
commit ccd63ab302
13 changed files with 423 additions and 32 deletions

View File

@@ -30,6 +30,7 @@ func (e errInvalidArgument) Error() string {
type errUnsupportedScheme struct {
scheme client.URLType
url string
}
func (e errUnsupportedScheme) Error() string {