> @@ -31,4 +32,11 @@ public S3ContainerIntegrationLiveTest() {
> provider = "s3";
> BaseBlobStoreIntegrationTest.SANITY_CHECK_RETURNED_BUCKET_NAME = true;
> }
> +
> + @Override
> + public void testDirectory() throws InterruptedException {
> + // S3 does not support directories, rather it supports prefixes which
> look
> + // like directories. We should filter out the fake RELATIVE_PATH.
> Long story short, this test can succeed.
Thanks for explaining!
+1 - looks good to go for me.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/129/files#r6019384