Am I understanding this correctly: we're bypassing ParseSwiftErrorFromHttpResponse because the DreamObjects pattern `/v1/container/blob` does not match the standard (?) Swift pattern `/v1/account/container/blob`?
Does it make sense to have special-case logic for these two calls only (I guess that was your question, @andrewgaul?) Or will we need to distinguish between KeyNotFoundException and ContainerNotFoundException (which the ParseSwiftErrorFromHttpResponse does, as far as I can see) for DreamObjects somewhere? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/165#issuecomment-25529726
