December 14, 2014
View 95ff065

Arch Linux 2014.12.01 and Fedora rawhide (will be F22) now includes Python 2.7.9 which turns on SSL certificate validation. This leads to to a problem: The Amazon S3 wildcard certificate specifies *.s3.amazonaws.com which does not match any DNS-style buckets. So you have to use --no-check-certificate for operations on these buckets.

Matt Domsch authored on 2014/12/14 06:43:44
December 4, 2014
View 3c3b5dd

Use ca_certs_file="" so it will load from ~/.s3cfg

Matt Domsch authored on 2014/12/04 05:36:36
December 2, 2014
View 48c969b

handle Debian/Fedora differences in new ssl libraries

Matt Domsch authored on 2014/12/02 05:58:17
View dc659a7

create default context, then load in cert chain if needed

Matt Domsch authored on 2014/12/02 05:28:53
View 75bfa20

Add --ca-cert=FILE option for python 2.7.9ish

Matt Domsch authored on 2014/12/02 04:53:01
May 10, 2014
View b60f52a

use_ssl -> use_https in error message, as latter is the true s3cfg var

Oren Held authored on 2014/05/10 21:50:06
March 14, 2014
View afd51b6

Updated copyright to TGRMN Software

Michal Ludvig authored on 2014/03/14 12:31:12
March 10, 2013
View 8a3e46c

Add proxy support

Michal Ludvig authored on 2013/03/10 20:46:33
View e93378f

Reuse HTTP connections

Michal Ludvig authored on 2013/03/10 19:27:52