@demobox The rabbit hole starts with the following exception:
```
testBlobMetadata_withDefaultMetadata(org.jclouds.filesystem.FilesystemAsyncBlobStoreTest)
  Time elapsed: 0.113 sec  <<< FAILURE!
java.lang.AssertionError: Wrong blob content-type expected 
[application/unknown] but found [null]
        at org.testng.Assert.fail(Assert.java:94)
        at org.testng.Assert.failNotEquals(Assert.java:494)
        at org.testng.Assert.assertEquals(Assert.java:123)
        at org.testng.Assert.assertEquals(Assert.java:176)
        at 
org.jclouds.filesystem.FilesystemAsyncBlobStoreTest.testBlobMetadata_withDefaultMetadata(FilesystemAsyncBlobStoreTest.java:609)
```
@andrewgaul Should the Filesystem API return a default content-type like 
`application/octet-stream`?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/478#issuecomment-51929425

Reply via email to