July 17, 2010
View 7b5df26

Implementation of --follow-symlinks option (nonrecursive case)

Aaron Maxwell authored on 2010/07/17 14:29:07
June 12, 2010
View d7693f3

* s3cmd, S3/CloudFront.py: Both [accesslog] and [cfmodify] access logging can now be disabled with --no-access-logging

Michal Ludvig authored on 2010/06/12 22:13:21
View b020ea0

* s3cmd, S3/CloudFront.py, S3/Config.py: Support access logging for CloudFront distributions. * S3/S3.py, S3/Utils.py: Moved some functions to Utils.py to make them available to CloudFront.py * NEWS: Document the above.

Michal Ludvig authored on 2010/06/12 20:02:24
May 20, 2010
View 9b07e5f

* s3cmd, S3/S3.py: Added support for bucket locations outside US/EU (i.e. us-west-1 and ap-southeast-1 as of now).

Michal Ludvig authored on 2010/05/20 21:13:56
View a7ea0be

* s3cmd, S3/S3.py, S3/Config.py: Added --reduced-redundancy switch for Reduced Redundancy Storage.

Michal Ludvig authored on 2010/05/20 21:01:01
View 4f11bf5

* s3cmd: Pre-parse ACL parameters in OptionS3ACL()

Michal Ludvig authored on 2010/05/20 20:42:47
View 05cc318

* s3cmd: Couple of fixes on top of the above commit.

Michal Ludvig authored on 2010/05/20 20:12:41
View 41e77b5

Fixed typo.

Michal Ludvig authored on 2010/05/20 19:30:49
March 19, 2010
View 68afbd7

* s3cmd, S3/ACL.py: Print all ACLs for a Grantee (one Grantee can have multiple different Grant entries)

Michal Ludvig authored on 2010/03/19 13:30:46
View ad50316

* s3cmd: Enable bucket-level ACL setting

Michal Ludvig authored on 2010/03/19 13:16:01
View 26ce7be

* s3cmd: Fix imports from S3.Utils

Michal Ludvig authored on 2010/03/19 12:55:54
View cb0bbae

* s3cmd, S3/AccessLog.py, ...: Added [accesslog] command.

Michal Ludvig authored on 2010/03/19 12:18:18
December 9, 2009
View d852cbb

* s3cmd: Path separator conversion on Windows hosts.

Michal Ludvig authored on 2009/12/09 20:11:08
June 2, 2009
View 3c07424

* s3cmd: New [fixbucket] command for fixing invalid object names in a given Bucket. For instance names with  in them (not sure how people manage to upload them but they do). * S3/S3.py, S3/Utils.py, S3/Config.py: Support methods for the above, plus advise user to run 'fixbucket' when XML parsing fails. * NEWS: Updated.

Michal Ludvig authored on 2009/06/02 20:23:15
May 28, 2009
View b40dd81

* S3/Utils.py: New function replace_nonprintables() * s3cmd: Filter local filenames through the above function to avoid problems with uploaded filenames containing invalid XML entities, eg  * S3/S3.py: Warn if a non-printables char is passed to urlencode_string() - they should have been replaced earlier in the processing. * run-tests.py, TODO, NEWS: Updated. * testsuite/crappy-file-name.tar.gz: Tarball with a crappy-named file. Untar for the testsuite.

Michal Ludvig authored on 2009/05/28 22:59:03