From: carsonoid Date: Thu, 21 Feb 2013 22:49:17 +0000 (-0700) Subject: Update doc/radosgw/s3/python.rst X-Git-Tag: v0.59~38 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b244b87f2892cdd28bbce800de26ce95953ca803;p=ceph.git Update doc/radosgw/s3/python.rst Note about creating conn object for non-ssl implementations. --- diff --git a/doc/radosgw/s3/python.rst b/doc/radosgw/s3/python.rst index c5a8432485a..6bd01d6cee7 100644 --- a/doc/radosgw/s3/python.rst +++ b/doc/radosgw/s3/python.rst @@ -19,6 +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 calling_format = boto.s3.connection.OrdinaryCallingFormat(), )