Cleanup and update the PR with the master branch.

This commit is contained in:
Remco Verhoef
2017-05-17 14:59:20 +02:00
committed by Harshavardhana
parent a76556ec1b
commit 0dab038858
7 changed files with 13 additions and 1086 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ func newS3Gateway(args cli.Args) (GatewayLayer, error) {
secure := true
// Check if user provided some parameters
if len(args) > 0 {
if args.Present() {
// Override default params if the endpoint is provided
endpoint, secure, err = parseGatewayEndpoint(args.First())
if err != nil {