]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Update python.rst 2317/head
authorAshish Chandra <mail.ashishchandra@gmail.com>
Mon, 25 Aug 2014 12:06:29 +0000 (17:36 +0530)
committerAshish Chandra <mail.ashishchandra@gmail.com>
Mon, 25 Aug 2014 12:06:29 +0000 (17:36 +0530)
Signed-off-by:ashish.a.chandra@ril.com

doc/radosgw/s3/python.rst

index 6bd01d6cee7e4438b5284a62b844e70003357ad2..a2c6a59d1d42bd5e5d44aeb301ce1e833d2db845 100644 (file)
@@ -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(),
                )