Re: [S3tools-general] Recursive copy/move patch

2009-05-27 Thread Michal Ludvig
Hi all, s3cmd from SVN now supports --recursive for [cp] and [mv] and as well all the other features like copying from multiple sources to a single destination, --dry-run, --exclude / --include, etc. It now also copies the original object's metadata like MIME-Type or any other custom headers, inc

[S3tools-general] Recursive copy/move patch

2009-05-13 Thread Philip Jocks
Hi Bo, I patched my current revision 385 with your patch and it seems to work fine, except for 2 things: - the -n switch isn't honored, so you can't test what happens - the last character of the target is cut off I called s3cm like this: > s3cmd mv -r s3://from_bucket/directory s3://to_bucket

[S3tools-general] Recursive copy/move patch

2009-05-07 Thread Philip Jocks
Hi, is Bo's patch already in svn? Philip -- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect sc

Re: [S3tools-general] Recursive copy/move patch

2009-02-23 Thread Michal Ludvig
Hi Bo, thanks a lot for the patch, it looks good at the first sight. I'll give it some testing soon. Michal Bo Stendal Sørensen wrote: > Hi Everybody, > > I was very glad you had included the copy method in the latest releases, > but needed recursive copy for a project. > > A patch to support

[S3tools-general] Recursive copy/move patch

2009-02-23 Thread Bo Stendal Sørensen
Hi Everybody, I was very glad you had included the copy method in the latest releases, but needed recursive copy for a project. A patch to support recursive copy has been included in this mail. I have only testet it with copy, but should work fine with move to. Please write if you have any ques