From b244b87f2892cdd28bbce800de26ce95953ca803 Mon Sep 17 00:00:00 2001 From: carsonoid Date: Thu, 21 Feb 2013 15:49:17 -0700 Subject: [PATCH] Update doc/radosgw/s3/python.rst Note about creating conn object for non-ssl implementations. --- doc/radosgw/s3/python.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/radosgw/s3/python.rst b/doc/radosgw/s3/python.rst index c5a8432485a0..6bd01d6cee7e 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(), ) -- 2.47.3