@timuralp Have you run the filesystem integration tests? I see failures in an
S3Proxy test:
```
java.lang.IllegalArgumentException: Directory blob cannot have content: asdf/
at
org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl.putDirectoryBlob(FilesystemStorageStrategyImpl.java:413)
~[s3proxy:1.5.0-SNAPSHOT]
at
org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl.putBlob(FilesystemStorageStrategyImpl.java:444)
~[s3proxy:1.5.0-SNAPSHOT]
at
org.jclouds.blobstore.config.LocalBlobStore.putBlob(LocalBlobStore.java:535)
~[s3proxy:1.5.0-SNAPSHOT]
at
org.jclouds.blobstore.config.LocalBlobStore.putBlob(LocalBlobStore.java:747)
~[s3proxy:1.5.0-SNAPSHOT]
```
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/847#issuecomment-133114954