Hi all, Per the docs here: http://jclouds.apache.org/documentation/userguide/blobstore-guide/ BlobStores should be reused for multiple requests, not a single one per request. However, most of these requests have a timeout involved, where the connection is only good for so long. So, does jclouds automatically reconnect to the provider if the session times out?
John
