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
View d07b947

* S3/ACL.py: Generate XML from a current list of Grantees

Michal Ludvig authored on 2009/01/07 12:06:35
January 6, 2009
View 01b31b8

* S3/Utils.py: Fix crash in stripNameSpace() when the XML has no NS.

Michal Ludvig authored on 2009/01/06 22:13:03
View 3439992

* S3/ACL.py: Keep ACL internally as a list of of 'Grantee' objects.

Michal Ludvig authored on 2009/01/06 22:07:05
View 7f50f84

* S3/ACL.py: New object for handling ACL issues. * S3/S3.py: Moved most of S3.get_acl() to ACL class.

Michal Ludvig authored on 2009/01/06 21:02:11