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

Move Hostname to Endpoint, remove md5sum calculation for now.

This commit is contained in:
Harshavardhana
2015-02-24 13:54:22 -08:00
parent 22b0a820b0
commit c0bdcad429
7 changed files with 37 additions and 55 deletions

View File

@@ -31,6 +31,7 @@ var fsKeyErr = errors.New("Key is needed to get the file")
// configure
var configAccessErr = errors.New("accesskey is mandatory")
var configSecretErr = errors.New("secretkey is mandatory")
var configEndpointErr = errors.New("endpoint is missing")
// common
var missingAccessSecretErr = errors.New("You can configure your credentials by running `mc configure`")