December 15, 2014
View 15a94e0

finish merge of signature-v4 into master

Matt Domsch authored on 2014/12/15 09:05:11
View 12bc8cc

explicitly use python2 as shell

Matt Domsch authored on 2014/12/15 05:26:27
December 14, 2014
View 741e052

finish merge with master

Matt Domsch authored on 2014/12/14 13:37:05
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 12, 2014
View a52daf8

added options -s/--ssl and --no-ssl options

Viktor Szakáts authored on 2014/12/12 01:35:09
December 9, 2014
View 4a6ffc5

add --region alias for --bucket-location

Matt Domsch authored on 2014/12/09 14:05:03
View 84bdb1e

add to list of regions in --help --bucket-location

Matt Domsch authored on 2014/12/09 13:57:52
December 8, 2014
View e4c28b3

Merge pull request #428 from mdomsch/bug/content-type

Matt Domsch authored on 2014/12/08 21:53:24
December 6, 2014
View bb636cd

add --remove-headers option, used in [modify]

Matt Domsch authored on 2014/12/06 10:17:09
December 5, 2014
View 2398c79

read/modify/write on modify command the headers and ACL

Matt Domsch authored on 2014/12/05 08:35:10
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 75bfa20

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

Matt Domsch authored on 2014/12/02 04:53:01
November 10, 2014
View 4c82568

Only support proxied SSL with Python >= 2.7

Damian Gerow authored on 2014/11/10 23:50:20
November 8, 2014
View f9dede7

Support proxying SSL connections

Damian Gerow authored on 2014/11/08 11:54:45
July 7, 2014
View 657159c

Improve the exit code of s3cmd in the case of an error from S3 to give a clearer status of the reason of the failure. Some existing exit codes were modified when they were not already in use.

Florent Viard authored on 2014/07/07 21:08:13