> @@ -217,6 +213,7 @@ public String putBlob(final String containerName, final
> Blob blob) throws IOExce
> }
> throw ex;
> } finally {
> + Closeables.closeQuietly(his);This was deprecated in Guava 15, if I recall? `Closeables.close(his, true)`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/379/files#r13062246
