Sorry, this was internal to the tool. Basically, the tool provides an option to either directly get/put blobs or create a signed url and use that to get/pub blobs. I was using the signed version for transient and filesystem blobstores. And these blobstores don't support that.
For more, see https://github.com/jclouds/jclouds/pull/239. -Shri On Tue, Dec 17, 2013 at 12:03 PM, Andrew Phillips <[email protected]> wrote: >> Also, the reason I was seeing the failures against transient and >> filesystem blobstores was that I was trying to do signed puts. I >> changed that to do simple puts and it worked just fine. >> >> Some more polishing of the code and I'll send this out for review. > > > Sorry, missing some context here. Is this something internal, or related to > a specific JIRA issue or improvement..? > > ap
