File tree 1 file changed +5
-4
lines changed
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
42
42
43
43
You can use the following environment variables for configuration:
44
44
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 ` .
49
49
* ` DEFAULT_REGION ` : Set the default region. Overrides ` AWS_DEFAULT_REGION ` environment variable.
50
50
51
51
## Completion
@@ -93,6 +93,7 @@ pip install https://github.com/boto/botocore/archive/v2.zip https://github.com/a
93
93
94
94
## Change Log
95
95
96
+ * v0.20: Small fixes for Python 2.x backward compatibility
96
97
* v0.19: Patch botocore to skip adding ` data- ` host prefixes to endpoint URLs
97
98
* v0.18: Pass ` SYSTEMROOT ` env variable to fix "_ Py_HashRandomization_Init" error on Windows
98
99
* v0.17: Remove obsolete/erroneous FORCE_V2 flag
You can’t perform that action at this time.
0 commit comments