> +};
> +
> +// 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.

And this?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/121/files#r16017464

Reply via email to