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 aa53210

* NEWS: Fetch 0.9.8.4 release news from 0.9.8.x branch.

Michal Ludvig authored on 2008/11/16 18:56:14
View f228b03

Merge from 0.9.8.x branch, rel 251: * S3/S3.py: Adjusting previous commit (orig 249) - it's not a good idea to retry ALL failures. Especially not those code=4xx where AmazonS3 servers are not happy with our requests.

Michal Ludvig authored on 2008/11/16 18:54:08
View 00f5f67

Merge from 0.9.8.x branch, rel 249: * S3/S3.py, S3/Exception.py: Re-issue failed requests in S3.send_request()

Michal Ludvig authored on 2008/11/16 18:51:48
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 fdfe03a

Merge from 0.9.8.x branch, rel 245: * S3/S3.py: Escape parameters in strings. Fixes sync to and ls of directories with spaces. (Thx Lubomir Rintel from Fedora Project)

Michal Ludvig authored on 2008/11/16 18:38:51
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 803c725

* NEWS: s3cmd 0.9.8.4 released from branches/0.9.8.x SVN branch.

Michal Ludvig authored on 2008/09/15 21:59:16
View 711ec4a

* S3/S3.py: Don't run into ZeroDivisionError when speed counter returns 0s elapsed on upload/download file.

Michal Ludvig authored on 2008/09/15 21:51:41
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
View 91a18f4

* S3/S3Uri.py: Display public URLs correctly for non-DNS buckets.

Michal Ludvig authored on 2008/09/15 12:07:32
View 4716b40

* S3/S3.py: "s3cmd mb" can create upper-case buckets again in US. Non-US (e.g. EU) bucket names must conform strict DNS-rules.

Michal Ludvig authored on 2008/09/15 11:52:31