January 13, 2015
View e5edb9c

require python 2.6 or higher

Matt Domsch authored on 2015/01/13 00:50:38
January 10, 2015
View bcbfa06

better warning for ETXTBSY

Matt Domsch authored on 2015/01/10 02:36:00
January 6, 2015
View a302ca9

remove extraneous close-parenthesis causing syntax error

Matt Domsch authored on 2015/01/06 13:50:56
December 19, 2014
View 2c4459c

Renaming some functions for the code to be more understandable.

Florent Viard authored on 2014/12/19 01:21:46
December 18, 2014
View f5dbc76

Fixes #423 (https://github.com/s3tools/s3cmd/issues/423). Autodetected locale default should be set in default config for only being used when this field is not overriden, neither by command line or by a config file.

Florent Viard authored on 2014/12/18 18:51:45
December 17, 2014
View 23c0594

Improvement of error reporting in the case of an issue when importing S3 sub-files. Now correctly cover cases like syntax errors in these files.

Florent Viard authored on 2014/12/17 00:09:23
View 3761cb0

Add --signature-v2 and signature_v2 config option

Matt Domsch authored on 2014/12/17 08:08:00
View 8c75d52

Update s3cmd --help with changes made to manpage.

Matt Domsch authored on 2014/12/17 07:23:59
December 16, 2014
View 5d702a5

use lower() in the debug message too

Matt Domsch authored on 2014/12/16 11:41:04
View e3bb25e

lowercase all headers added with --add-header

Matt Domsch authored on 2014/12/16 11:32:54
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