November 24, 2008
View 67a8d09

* S3/Utils.py: Common XML parser. * s3cmd, S3/Exeptions.py: Print info message on Error.

Michal Ludvig authored on 2008/11/24 18:43:43
November 20, 2008
View 7d0ac8e

* s3cmd: Support for 'cp' command. * S3/S3.py: Added S3.object.copy() method. * s3cmd.1: Document 'cp' command. * NEWS: Let everyone know ;-)

Michal Ludvig authored on 2008/11/20 22:57:41
November 16, 2008
View 2d7ceec

* S3/Progress.py: Two progress meter implementations. * S3/Config.py, s3cmd: New --progress / --no-progress parameters and Config() members. * S3/S3.py: Call Progress() in send_file()/recv_file() * NEWS: Let everyone know ;-)

Michal Ludvig authored on 2008/11/16 21:51:24
View 0a38dc6

Merge from 0.9.8.x branch, rel 248: * s3cmd: Don't leak open filehandles in sync. Thx Patrick Linskey for report.

Michal Ludvig authored on 2008/11/16 18:47:26
View d412a82

Merge from 0.9.8.x branch, rel 247: * s3cmd: Re-raise the right exception.

Michal Ludvig authored on 2008/11/16 18:46:03
View 451a19a

Merge from 0.9.8.x branch, rel 246: * s3cmd, S3/S3.py, S3/Exceptions.py: Don't abort 'sync' or 'put' on files that can't be open (e.g. Permision denied). Print a warning and skip over instead.

Michal Ludvig authored on 2008/11/16 18:43:44
View 5b6e704

Merge from 0.9.8.x branch, rel 244: * s3cmd: Unicode brainfuck again. This time force all output in UTF-8, will see how many complaints we'll get...

Michal Ludvig authored on 2008/11/16 18:37:44
September 15, 2008
View d90a792

* s3cmd, S3/S3.py, S3/Utils.py, S3/S3Uri.py, S3/Exceptions.py: Yet anoter Unicode round. Unicodised all command line arguments before processing.

Michal Ludvig authored on 2008/09/15 20:04:02
September 9, 2008
View 6652893

* s3cmd, S3/S3Uri.py, S3/S3.py: All internal representations of S3Uri()s are Unicode (i.e. not UTF-8 but type()==unicode). It still doesn't work on non-UTF8 systems though.

Michal Ludvig authored on 2008/09/09 23:42:34
September 5, 2008
View 53abee9

* s3cmd: Rework UTF-8 output to keep sys.stdout untouched (or it'd break 's3cmd get' to stdout for binary files).

Michal Ludvig authored on 2008/09/05 12:24:04
September 3, 2008
View 9723323

* s3cmd, S3/S3.py, S3/Config.py: Removed --use-old-connect-method again. Autodetect the need for old connect method instead.

Michal Ludvig authored on 2008/09/03 13:42:16
View 89a9338

* s3cmd, S3/S3.py: Make --verbose mode more useful and default mode less verbose.

Michal Ludvig authored on 2008/09/03 12:39:36
View 7406fc6

* s3cmd, S3/Config.py: [rb] Allow removal of non-empty buckets with --force. [mb, rb] Allow multiple arguments, i.e. create or remove multiple buckets at once. [del] Perform recursive removal with --recursive (or -r).

Michal Ludvig authored on 2008/09/03 10:48:55
September 1, 2008
View ec00bb8

* s3cmd: Refuse 'sync' together with '--encrypt'.

Michal Ludvig authored on 2008/09/01 12:02:33
View fc8a5df

* S3/S3.py: removed object_{get,put,delete}_uri() functions and made object_{get,put,delete}() accept URI instead of bucket/object parameters.

Michal Ludvig authored on 2008/09/01 11:40:06