diff --git a/README.md b/README.md index 9ee02f41..f4229fd9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Download the latest [aws-es-proxy release](https://github.com/abutaha/aws-es-pro ### Build from Source #### Dependencies: -* go1.5 +* go1.5+ * [glide package manager](https://github.com/Masterminds/glide) @@ -103,6 +103,12 @@ Usage of ./aws-es-proxy: Amazon ElasticSearch Endpoint (e.g: https://dummy-host.eu-west-1.es.amazonaws.com) -listen string Local TCP port to listen on (default "127.0.0.1:9200") + -log-to-file + Log user requests and ElasticSearch responses to files + -no-sign-reqs + Disable AWS Signature v4 + -pretty + Prettify verbose and file output -verbose Print user requests ``` diff --git a/cross-compile.sh b/cross-compile.sh index 9a25c82c..faa996a2 100755 --- a/cross-compile.sh +++ b/cross-compile.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="0.5" +VERSION="0.6" rm -rf dist; mkdir -p dist for GOOS in darwin linux windows; do