> + }
> +};
> +
> +// 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.
@rcoedo opened [JCLOUDS-659](https://issues.apache.org/jira/browse/JCLOUDS-659).
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/121/files#r16034851