May 27, 2009
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 3677a3b

* run-tests.py: Added --verbose mode.

Michal Ludvig authored on 2009/05/27 21:10:03
View bc886ff

* NEWS: Added info about --verbatim. * TODO: Added more tasks.

Michal Ludvig authored on 2009/05/27 14:55:04
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 9a3c1ab

* Released version 0.9.9

Michal Ludvig authored on 2009/02/16 22:15:09
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 e5b4705

* run-tests.py: Fixed for new messages.

Michal Ludvig authored on 2009/02/14 15:58:15