January 7, 2009
View e3244a8

* S3/ACL.py: Move attributes from class to instance. * run-tests.py: Tests for ACL. * s3cmd: Minor messages changes.

Michal Ludvig authored on 2009/01/07 21:40:31
View 585c735

* s3cmd: New command 'setacl'. * S3/S3.py: Implemented set_acl(). * S3/ACL.py: Fill in <Owner/> tag in ACL XML. * NEWS: Info about 'setacl'.

Michal Ludvig authored on 2009/01/07 19:22:56
View 90137a3

* s3cmd: Factored remote_keys generation from cmd_object_get() to fetch_remote_keys(). * s3cmd: Display Public URL in 'info' for AnonRead objects.

Michal Ludvig authored on 2009/01/07 13:43:33
January 3, 2009
View 7c1c5a1

* s3cmd: Don't fail when neither $HOME nor %USERPROFILE% is set. (fixes #2483388)

Michal Ludvig authored on 2009/01/03 17:37:08
December 31, 2008
View 6fa688f

Fixed Python 2.4 after conversion to 'hashlib'

W. Tell authored on 2008/12/31 21:57:19
View 5f7a2d5

* s3cmd: Reworked internal handling of unicode vs encoded filenames. Should replace unknown characters with '?' instead of baling out. * run-tests.py: Display system encoding in use.

Michal Ludvig authored on 2008/12/31 13:55:32
View cb30373

* s3cmd: Print a nice error message when --exclude-from file is not readable.

Michal Ludvig authored on 2008/12/31 13:28:58
View 82d9eaf

* s3cmd, S3/Utils.py, S3/Exceptions.py, S3/Progress.py, S3/Config.py, S3/S3.py: Added --encoding switch and Config.encoding variable. Don't assume utf-8 for filesystem and terminal output anymore.

Michal Ludvig authored on 2008/12/31 11:42:33
View b5f1867

* s3cmd: Avoid ZeroDivisionError on fast links.

Michal Ludvig authored on 2008/12/31 11:37:04
View a1e3fd9

* s3cmd: Unicodised all info() output.

Michal Ludvig authored on 2008/12/31 10:54:26
December 30, 2008
View db340c0

Convert CRLF to LF

Michal Ludvig authored on 2008/12/30 09:13:33
December 29, 2008
View 315e527

* s3cmd: Replace unknown Unicode characters with '?' to avoid UnicodeEncodeError's. Also make all output strings unicode.

Michal Ludvig authored on 2008/12/29 21:28:19
View 6f93365

* s3cmd: Improved wildcard get.

Michal Ludvig authored on 2008/12/29 14:36:22
View 9856527

* s3cmd, run-tests.py: Make it work on Windows.

Michal Ludvig authored on 2008/12/29 10:49:10
December 22, 2008
View 688964d

* s3cmd, S3/S3.py, S3/Progress.py: Display "[X of Y]" in --progress mode.

Michal Ludvig authored on 2008/12/22 10:54:14