From: Ashish Chandra Date: Mon, 25 Aug 2014 12:06:29 +0000 (+0530) Subject: Update python.rst X-Git-Tag: v0.86~219^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f7ca1bf10f519cf810e19e2e7411611f1248ca80;p=ceph.git Update python.rst Signed-off-by:ashish.a.chandra@ril.com --- diff --git a/doc/radosgw/s3/python.rst b/doc/radosgw/s3/python.rst index 6bd01d6cee7e..a2c6a59d1d42 100644 --- a/doc/radosgw/s3/python.rst +++ b/doc/radosgw/s3/python.rst @@ -19,7 +19,7 @@ This creates a connection so that you can interact with the server. aws_access_key_id = access_key, aws_secret_access_key = secret_key, host = 'objects.dreamhost.com', - #is_secure=False, # uncommmnt if you are not using ssl + #is_secure=False, # uncomment if you are not using ssl calling_format = boto.s3.connection.OrdinaryCallingFormat(), )