November 25, 2008
View 25f6f8c

* s3cmd, s3cmd.1, S3/S3.py: Display or don't display progress meter default depends on whether we're on TTY (console) or not.

Michal Ludvig authored on 2008/11/25 15:35:03
View 9197e62

* S3/S3.py, s3cmd, S3/Config.py, s3cmd.1: Added --continue for 'get' command, improved 'get' failure resiliency.

Michal Ludvig authored on 2008/11/25 14:38:01
View 946e963

* s3/s3.py: improved retrying in send_request() and send_file()

Michal Ludvig authored on 2008/11/25 10:15:39
View 7d61be8

* s3cmd, S3/S3.py, NEWS: "s3cmd mv" for moving objects

Michal Ludvig authored on 2008/11/25 09:09:47
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 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 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
September 15, 2008
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 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
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 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