May 27, 2009
View 1ae39a8

* s3cmd, run-test.py, TODO, NEWS: Added --dry-run and --exclude/--include for [del].

Michal Ludvig authored on 2009/05/27 22:41:11
View e0b946c

* s3cmd: Support for recursive [cp] and [mv], including multiple-source arguments, --include/--exclude, --dry-run, etc. * run-tests.py: Tests for the above. * S3/S3.py: Preserve metadata (eg ACL or MIME type) during [cp] and [mv]. * NEWS, TODO: Updated.

Michal Ludvig authored on 2009/05/27 21:40:39
View dc1c96c

2009-05-27 Michal Ludvig <michal@logix.cz>

Michal Ludvig authored on 2009/05/27 14:51:28
March 20, 2009
View 17901aa

* S3/S3.py: Re-sign requests before retrial to avoid RequestTimeTooSkewed errors on failed long-running uploads. BTW 'request' now has its own class S3Request.

Michal Ludvig authored on 2009/03/20 12:54:40
March 3, 2009
View 9676c6e

* s3cmd, S3/Config.py, S3/S3.py: Support for --verbatim.

Michal Ludvig authored on 2009/03/03 20:01:17
February 25, 2009
View 4245892

* s3cmd: Fixed "put file.ext s3://bkt" (ie just the bucket name).

Michal Ludvig authored on 2009/02/25 12:46:49
View 1c88eb5

* s3cmd: Fixed reporting of ImportError of S3 modules.

Michal Ludvig authored on 2009/02/25 12:04:18
View 5c6fd73

* s3cmd: Fixed Error: global name 'real_filename' is not defined

Michal Ludvig authored on 2009/02/25 11:21:50
February 24, 2009
View 0b8ea55

* s3cmd: New command [sign] * S3/Utils.py: New function sign_string() * S3/S3.py, S3/CloudFront.py: Use sign_string().

Michal Ludvig authored on 2009/02/24 10:01:01
February 16, 2009
View 01a8052

* s3cmd.1: Document all the new options and commands. * s3cmd, S3/Config.py: Updated some help texts. Removed option --debug-syncmatch along the way (because --dry-run with --debug is good enough). * TODO: Updated.

Michal Ludvig authored on 2009/02/16 21:54:49
View 5c805fd

* s3cmd: Check Python version >= 2.4 as soon as possible.

Michal Ludvig authored on 2009/02/16 13:59:15
February 14, 2009
View fa66491

* s3cmd, S3/Config.py, S3/S3.py: Added --add-header option. * NEWS: Documented --add-header.

Michal Ludvig authored on 2009/02/14 16:01:41
View 4927c90

* README: Updated for 0.9.9 * s3cmd, S3/PkgInfo.py, s3cmd.1: Replaced project URLs with http://s3tools.org * NEWS: Improved message.

Michal Ludvig authored on 2009/02/14 12:16:42
February 12, 2009
View 8567b8e

* s3cmd: Added --list-md5 for 'ls' command. * S3/Config.py: New setting list_md5

Michal Ludvig authored on 2009/02/12 09:00:12
January 29, 2009
View 59864e5

* s3cmd: Under some circumstance s3cmd crashed when put/get/sync had 0 files to transmit. Fixed now.

Michal Ludvig authored on 2009/01/29 20:04:55