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 9feaea2

Update TODO (allow change /tmp to somewhere else)

Michal Ludvig authored on 2008/09/09 23:55:01
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 8, 2008
View 518ae3c

Updated artwork.

Michal Ludvig authored on 2008/09/08 14:12:59
View 99cf3db

Added "artwork" directory with site-top logo for now.

Michal Ludvig authored on 2008/09/08 09:49:46
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 af715c2

Updated tasks

Michal Ludvig authored on 2008/09/03 12:48:23
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 ac0d4a2

Updated TODO list

Michal Ludvig authored on 2008/09/01 12:05:34
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