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

Move getHostConfig() outside of getNewClient(), waiting on new qConfig to simplify this further

This commit is contained in:
Harshavardhana
2015-04-21 00:31:51 -07:00
parent cd5cad755f
commit 6adb5e5217
22 changed files with 513 additions and 367 deletions

View File

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