January 24, 2009
View 6541c83

* TODO: Note about failing GPG.

Michal Ludvig authored on 2009/01/24 22:22:18
View e3afa96

* s3cmd: Rewritten gpg_command() to use subprocess.Popen() instead of os.popen4() deprecated in 2.6

Michal Ludvig authored on 2009/01/24 21:52:08
View d5ff103

* S3/Exceptions.py: Remove DeprecationWarning about BaseException.message in Python 2.6

Michal Ludvig authored on 2009/01/24 20:41:22
View c35d55d

* s3cmd: Enabled --dry-run and --exclude for 'put' and 'get'.

Michal Ludvig authored on 2009/01/24 20:24:43
January 22, 2009
View 39b813d

* S3/Config.py: guess_mime_type = True (will affect new installations only).

Michal Ludvig authored on 2009/01/22 11:27:32
View 55372e1

* S3/PkgInfo.py, NEWS, TODO: Updated for 0.9.9-pre5

Michal Ludvig authored on 2009/01/22 10:44:05
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 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 d56ec48

* S3/S3.py: Some errors during file upload were incorrectly interpreted as MD5 mismatch. (bug #2384990)

Michal Ludvig authored on 2009/01/07 21:39:39
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