> @@ -123,7 +123,7 @@ > (is (= "http://localhost/container/path" (str (.getEndpoint request)))) > (is (= "PUT" (.getMethod request))) > (is (= "10" (first (.get (.getHeaders request) "Content-Length")))) > - (is (nil? > + (is (= "application/unknown"
@andrewgaul My opinion is that we should do away with the `application/unkown` media type defined in blobstore. From what I understand about content types, its probably better to set it to `null`. WDYT? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/383/files#r13115703
