Everett Toews created JCLOUDS-592:
-------------------------------------
Summary: GenerateTempURL example logs warning when using
RegionScopedBlobStoreContext
Key: JCLOUDS-592
URL: https://issues.apache.org/jira/browse/JCLOUDS-592
Project: jclouds
Issue Type: Bug
Components: jclouds-examples
Reporter: Everett Toews
Assignee: Jeremy Daggett
Running the GenerateTempURL example logs this warning:
Jun 10, 2014 3:13:24 PM org.jclouds.logging.jdk.JDKLogger logWarn
WARNING: failed to find key for value
https://identity.api.rackspacecloud.com/v2.0/ in
{IAD=https://storage101.iad3.clouddrive.com/v1/MossoCloudFS_5bcf396e-39dd-45ff-93a1-712b9aba90a9,
SYD=https://storage101.syd2.clouddrive.com/v1/MossoCloudFS_5bcf396e-39dd-45ff-93a1-712b9aba90a9,
DFW=https://storage101.dfw1.clouddrive.com/v1/MossoCloudFS_5bcf396e-39dd-45ff-93a1-712b9aba90a9,
ORD=https://storage101.ord1.clouddrive.com/v1/MossoCloudFS_5bcf396e-39dd-45ff-93a1-712b9aba90a9,
HKG=https://storage101.hkg1.clouddrive.com/v1/MossoCloudFS_5bcf396e-39dd-45ff-93a1-712b9aba90a9};
choosing first: IAD
The region is explicitly chosen with
blobStore = blobStoreContext.blobStoreInRegion(REGION);
So I'm not sure why this warning is printed.
--
This message was sent by Atlassian JIRA
(v6.2#6252)