From f7ca1bf10f519cf810e19e2e7411611f1248ca80 Mon Sep 17 00:00:00 2001 From: Ashish Chandra Date: Mon, 25 Aug 2014 17:36:29 +0530 Subject: [PATCH] Update python.rst Signed-off-by:ashish.a.chandra@ril.com --- doc/radosgw/s3/python.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/radosgw/s3/python.rst b/doc/radosgw/s3/python.rst index 6bd01d6cee7e4..a2c6a59d1d42b 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(), ) -- 2.47.3