January 22, 2009
View 3894a49

* run-tests.py: Updated paths for the new sync semantics. * s3cmd, S3/S3.py: Small fixes to make testsuite happy.

Michal Ludvig authored on 2009/01/22 07:14:17
January 20, 2009
View d7251cc

* s3cmd: Migrated 'sync' local->remote to the new scheme with fetch_{local,remote}_list(). Enabled --dry-run for 'sync'.

Michal Ludvig authored on 2009/01/20 23:24:42
View 227fabf

* s3cmd: Migrated 'sync' remote->local to the new scheme with fetch_{local,remote}_list(). Changed fetch_remote_list() to return dict() compatible with fetch_local_list(). Re-implemented --exclude / --include processing. * S3/Utils.py: functions for parsing RFC822 dates (for HTTP header responses). * S3/Config.py: placeholders for --include.

Michal Ludvig authored on 2009/01/20 15:01:45
January 15, 2009
View 4cf7735

Warn about broken SVN version.

Michal Ludvig authored on 2009/01/15 19:53:18
View a7ef359

* s3cmd, S3/S3Uri.py, NEWS: Support for recursive 'put'.

Michal Ludvig authored on 2009/01/15 19:51:30
January 12, 2009
View 42320d0

* TODO: Updated. * s3cmd: renamed (fetch_)remote_keys to remote_list and a few other renames for consistency.

Michal Ludvig authored on 2009/01/12 20:25:52
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