> + }
> +};
> +
> +// 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.Can you file a JIRA issue for this? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/121/files#r16017449
