> +};
> +
> +// Start and interrupt the thread
> +thread.start();
> +thread.interrupt();
> +try {
> + thread.join();
> +} catch (InterruptedException e) {
> + Throwables.propagate(e);
> +}
> +{% endhighlight %}
> +
> +Known Issues
> +------------
> +* Only the us-east-1 region is supported by our signer.
> +* Due to an issue with java 6 only archives up to 1GB are supported using
> uploadArchive operation. You still can download bigger files using multipart
> upload. This will be fixed once jclouds drops support for java 6.
The recent transition to Java 7 might have addressed this, although we need to
test it on master and perhaps change the message to say "addressed in jclouds
2.0".
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/121/files#r16034860