File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ awslocal kinesis list-streams
4242
4343You can use the following environment variables for configuration:
4444
45- * ` LOCALSTACK_HOST ` : Set the hostname for the localstack instance. Useful when you have
46- localstack is bound to another interface (i.e. docker-machine ).
47- * ` USE_SSL ` : Whether to use ` https ` endpoint URLs (required if LocalStack has been started
48- with ` USE_SSL=true ` enabled) . Defaults to ` false ` .
45+ * ` LOCALSTACK_HOST ` : Set the hostname for the LocalStack instance. Useful when you have
46+ LocalStack bound to a different host (e.g., within docker-compose ).
47+ * ` EDGE_PORT ` : Port number to use when connecting to LocalStack services. Defaults to ` 4566 ` .
48+ * ` USE_SSL ` : Whether to use ` https ` endpoint URLs . Defaults to ` false ` .
4949* ` DEFAULT_REGION ` : Set the default region. Overrides ` AWS_DEFAULT_REGION ` environment variable.
5050
5151## Completion
@@ -93,6 +93,7 @@ pip install https://github.com/boto/botocore/archive/v2.zip https://github.com/a
9393
9494## Change Log
9595
96+ * v0.20: Small fixes for Python 2.x backward compatibility
9697* v0.19: Patch botocore to skip adding ` data- ` host prefixes to endpoint URLs
9798* v0.18: Pass ` SYSTEMROOT ` env variable to fix "_ Py_HashRandomization_Init" error on Windows
9899* v0.17: Remove obsolete/erroneous FORCE_V2 flag
You can’t perform that action at this time.
0 commit comments