Update index.rst

Fix typo.
This commit is contained in:
Kiseok Kim
2015-12-31 16:24:55 -05:00
committed by Honza Král
parent a7a56b1abd
commit 647461fd56
+2 -2
View File
@@ -222,8 +222,8 @@ bodies via post::
from elasticsearch import Elasticsearch
es = Elasticsearch(send_get_body_as='POST')
Running with AWS Elasticsearc service
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running with AWS Elasticsearch service
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you want to use this client with IAM based authentication on AWS you can use
the `requests-aws4auth`_ package::