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

configuration and other misc improements

This commit is contained in:
Anand Babu (AB) Periasamy
2015-03-06 17:21:58 -08:00
parent 0ed018af3a
commit 67b044fb5f
9 changed files with 110 additions and 133 deletions

View File

@@ -22,11 +22,6 @@ import "errors"
var errFspath = errors.New("Arguments missing <S3Path> or <LocalPath>")
var errFskey = errors.New("Key is needed to get the file")
// configure
var errAccess = errors.New("accesskey is mandatory")
var errSecret = errors.New("secretkey is mandatory")
var errEndpoint = errors.New("endpoint is mandatory")
// common
var errMissingaccess = errors.New("Partial credentials found in the env, missing : AWS_ACCESS_KEY_ID")
var errMissingsecret = errors.New("Partial credentials found in the env, missing : AWS_SECRET_ACCESS_KEY")