October 24, 2010
View 73bf1c4

* s3cmd: Don't fail when a local node is a directory and we expected a file. (as if for example /etc/passwd was a dir)

Michal Ludvig authored on 2010/10/24 22:14:56
View f863a31

* s3cmd, S3/S3.py: Ignore inaccessible (and missing) files on upload. * run-tests.py: Extended [sync] test to verify correct handling of inaccessible files. * testsuite/permission-tests: New testsuite files.

Michal Ludvig authored on 2010/10/24 21:40:52
View 259d955

* run-tests.py: Fixed test #6

Michal Ludvig authored on 2010/10/24 20:57:25
July 26, 2010
View 2895644

use Autotest-3, not autotest-3

Aaron Maxwell authored on 2010/07/26 02:22:27
July 19, 2010
View e3d232e

correct error in test

Aaron Maxwell authored on 2010/07/19 05:33:58
View 136c28e

Guard against common error when using --bucket-prefix

Aaron Maxwell authored on 2010/07/19 05:14:42
View 6332b62

More thorough and precise tests for --follow-symlinks

Aaron Maxwell authored on 2010/07/19 05:09:38
View 8ab3c3a

Negative test for s3cmd put --follow-symlinks

Aaron Maxwell authored on 2010/07/19 04:30:55
View 8c3bd02

Test for s3cmd put --follow-symlinks

Aaron Maxwell authored on 2010/07/19 04:28:56
July 17, 2010
View 7b5df26

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

Aaron Maxwell authored on 2010/07/17 14:29:07
July 12, 2010
View 4f8a35b

Test case for following symlinks (simplest case) (currently fails)

Aaron Maxwell authored on 2010/07/12 10:05:36
July 11, 2010
View 31fadab

Provide --bucket-prefix for run-tests.py

Aaron Maxwell authored on 2010/07/11 15:11:11
July 8, 2010
View 76ce644

* run-tests.py, testsuite/crappy-file-name.tar.gz: Updated testsuite, work around a problem with [s3cmd cp] when the source file contains '?' or '\x7f' (where the inability to copy '?' is especially annoying).

Michal Ludvig authored on 2010/07/08 09:04:54
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
May 27, 2009
View 1ae39a8

* s3cmd, run-test.py, TODO, NEWS: Added --dry-run and --exclude/--include for [del].

Michal Ludvig authored on 2009/05/27 22:41:11