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