[
https://issues.apache.org/jira/browse/JCLOUDS-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14170028#comment-14170028
]
ASF subversion and git services commented on JCLOUDS-592:
---------------------------------------------------------
Commit 89aa821f0ae5b3e3b03bb423019910444d5b7cfd in jclouds-examples's branch
refs/heads/master from [~jdaggett]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds-examples.git;h=89aa821 ]
JCLOUDS-592: Explicitly specify region for BlobStore related APIs
> 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.3.4#6332)