File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Download the latest [aws-es-proxy release](https://github.com/abutaha/aws-es-pro
1616### Build from Source
1717
1818#### Dependencies:
19- * go1.5
19+ * go1.5+
2020* [ glide package manager] ( https://github.com/Masterminds/glide )
2121
2222
@@ -103,6 +103,12 @@ Usage of ./aws-es-proxy:
103103 Amazon ElasticSearch Endpoint (e.g: https://dummy-host.eu-west-1.es.amazonaws.com)
104104 -listen string
105105 Local TCP port to listen on (default " 127.0.0.1:9200" )
106+ -log-to-file
107+ Log user requests and ElasticSearch responses to files
108+ -no-sign-reqs
109+ Disable AWS Signature v4
110+ -pretty
111+ Prettify verbose and file output
106112 -verbose
107113 Print user requests
108114```
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- VERSION=" 0.5 "
3+ VERSION=" 0.6 "
44
55rm -rf dist; mkdir -p dist
66for GOOS in darwin linux windows; do
You can’t perform that action at this time.
0 commit comments