September 10, 2008
View 330c51e

* testsuite, run-tests.py: Added testsuite with first few tests.

Michal Ludvig authored on 2008/09/10 00:31:20
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
View 922f035

* S3/PkgInfo.py: Bumped up version to 0.9.9-pre1

Michal Ludvig authored on 2008/09/01 10:45:35
View a208e97

* s3cmd, S3/S3.py, S3/Config.py: Allow access to upper-case named buckets again with --use-old-connect-method (uses http://s3.amazonaws.com/bucket/object instead of http://bucket.s3.amazonaws.com/object)

Michal Ludvig authored on 2008/09/01 09:52:34
August 19, 2008
View 4da602a

* s3cmd: Always output UTF-8, even on output redirects.

Michal Ludvig authored on 2008/08/19 22:45:26
July 31, 2008
View 06481a4

* TODO: Add some items

Michal Ludvig authored on 2008/07/31 21:49:03
July 29, 2008
View 43458d3

* Released version 0.9.8.3

Michal Ludvig authored on 2008/07/29 10:28:00
View 9a5cde4

* S3/Utils.py (hash_file_md5): Hash files in 32kB chunks instead of reading it all up to a memory first to avoid OOM on large files.

Michal Ludvig authored on 2008/07/29 10:23:11
July 7, 2008
View d9a3c84

* s3cmd.1: couple of syntax fixes from Mikhail Gusarov

Michal Ludvig authored on 2008/07/07 18:50:24