summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorJordonPhillips <phjordon@amazon.com>2016-12-20 13:20:27 -0800
committerJordonPhillips <phjordon@amazon.com>2017-02-10 10:18:00 -0800
commit74daf341e29618bac1b905b98fe783b09b2d389a (patch)
treeef2425a46c29d64abf6c05153ccb766d18e24519 /docs/source
parent0f6ac4d14366d5178f4967c4e4a3e8806912a413 (diff)
downloadboto-74daf341e29618bac1b905b98fe783b09b2d389a.tar.gz
Use generic connect function
This points all the existing `connect_to_region` functions to the generic `connect` function within regioninfo.
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/boto_config_tut.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/boto_config_tut.rst b/docs/source/boto_config_tut.rst
index 302d2093..8dc547a3 100644
--- a/docs/source/boto_config_tut.rst
+++ b/docs/source/boto_config_tut.rst
@@ -188,6 +188,9 @@ For example::
Provide an absolute path to a custom JSON file, which gets merged into the
defaults. (This can also be specified with the ``BOTO_ENDPOINTS``
environment variable instead.)
+:use_endpoint_heuristics: Allows using endpoint heuristics to guess
+ endpoints for regions that aren't built in. This can also be specified with
+ the ``BOTO_USE_ENDPOINT_HEURISTICS`` environment variable.
These settings will default to::
@@ -199,6 +202,7 @@ These settings will default to::
http_socket_timeout = 60
send_crlf_after_proxy_auth_headers = False
endpoints_path = /path/to/my/boto/endpoints.json
+ use_endpoint_heuristics = False
You can control the timeouts and number of retries used when retrieving
information from the Metadata Service (this is used for retrieving credentials