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: Accessing blob-store by private-key only

2016-10-26 Thread Andrew Gaul
If you want HTTP basic access authentication you will need to write a custom authentication module which implements BlobRequestSigner. You might look at how AWS-S3 uses a v4 signer while S3 uses a v2 signer. To disable authentication you would do something similar. On Wed, Oct 26, 2016 at

Re: FWaaS examples

2016-10-26 Thread Ignasi Barrera
In your code, the "regionNow" variable is an array, not just a string. And you are passing that array serialized, as the region name, instead of just one element. On 26 October 2016 at 17:24, Ken wrote: > Hi , > > I have tried to get the example above to work using a basic

Re: FWaaS examples

2016-10-26 Thread Ken
Hi , I have tried to get the example above to work using a basic openstack installation. However, I get the error below : Exception in thread "main" java.lang.IllegalArgumentException: requested location [Ljava.lang.String;@2631f68c, which is not in the configured locations:

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 -