Re: Directory Name - 2.0.0-SNAPSHOT

2016-10-26 Thread Andrew Gaul
You did not provide an exact test case so I will provide one for you. I successfully tested the following against aws-s3, azureblob, and filesystem: @Test(groups = { "integration", "live" }) public void testListRecursive() throws Exception { BlobStore blobStore = view.getBlobStore();

Re: Directory Name - 2.0.0-SNAPSHOT

2016-10-26 Thread Paya, Ashkan
Thank you for your response Andrew. So Im trying to construct the structure I mentioned earlier and then perform the container listing on it using ListContainerOptions.Builder.recursive(). Here is the result from different providers: * Filesystem: - blob-1 - blob-2 - dir

Re: Directory Name - 2.0.0-SNAPSHOT

2016-10-25 Thread Andrew Gaul
[Moving to jclouds-user list] Can you provide the exact test case, including ListContainerOptions, and results from both the filesystem and s3 providers? 2.0 includes many changes to align the former with the latter. For what it is worth, directories are a jclouds fiction and something we deprec