summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVictor Trac <victor@victortrac.com>2014-07-28 13:23:05 -0500
committerVictor Trac <victor@victortrac.com>2014-07-28 13:23:05 -0500
commitf50870074993933234245222b12e01c0368c2b5c (patch)
treeddfb14728806178a41aec2703e391b42880a93a7 /docs
parent94f1e03a4fea0b7b1ff97869a85ad063ad551ae3 (diff)
downloadboto-f50870074993933234245222b12e01c0368c2b5c.tar.gz
updating documentation on cloudsearch regions
Diffstat (limited to 'docs')
-rw-r--r--docs/source/cloudsearch_tut.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/source/cloudsearch_tut.rst b/docs/source/cloudsearch_tut.rst
index 08d07855..13ffd5ef 100644
--- a/docs/source/cloudsearch_tut.rst
+++ b/docs/source/cloudsearch_tut.rst
@@ -21,8 +21,9 @@ The recommended method of doing this is as follows::
... aws_secret_access_key='<aws secret key>')
At this point, the variable conn will point to a CloudSearch connection object
-in the us-west-2 region. Currently, this is the only region which has the
-CloudSearch service. In this example, the AWS access key and AWS secret key are
+in the us-west-2 region. Available regions for cloudsearch can be found
+`here <http://docs.aws.amazon.com/general/latest/gr/rande.html#cloudsearch_region>`_.
+In this example, the AWS access key and AWS secret key are
passed in to the method explicitly. Alternatively, you can set the environment
variables: