duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] Is s3+http encrypted during transmission?


From: Ken Bass
Subject: Re: [Duplicity-talk] Is s3+http encrypted during transmission?
Date: Mon, 06 Feb 2012 17:48:01 -0500
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120129 Thunderbird/10.0

On 2/6/2012 4:55 AM, Ryan Chan wrote:
The AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY are not.

duplicity uses 'boto' for the S3 backend. It creates a connection using the Connection() call. There is a flag passed to that telling it whether to use a secure connection or not.

There is a command line option '--s3-unencrypted-connection' that sets that flag to false. So it is up to you. If you do not specify that command line option, https will be used.
(You need open ssl libraries installed with python for this)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]