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