@demobox The other utils you mentioned only upload a file or files to an single container. To create a static website you need to walk all of the local dir hierarchy and do the remote object naming with '/' in the paths. I haven't seen any other utils that do that. Also the parallelism that it offers will be necessary. I tried it without the parallelism and when it gets to the release notes, it really bogs down.
I agree it's a bit more work to do this as a Java class but it's not much more maintenance. Plus it's a good way to dog food this. ;) I'd like to keep it as an example so it will be illustrative to others who need to do similar things. Not necessarily exactly the same thing though. The point of the examples are that others would get them and modify them to do what they need them to do. As it stands right now I think it's pretty generic. If it does need to get more specific for our doc build then maybe we can look at splitting it out if necessary. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-examples/pull/11#issuecomment-21674824
