timuralp commented on this pull request.
> @@ -595,6 +596,32 @@ public void testListMarkerPrefix() throws Exception {
}
}
+ /** Test that listing with an empty string for prefix and delimiter returns
all of the keys. */
+ @Test(groups = {"integration", "live"})
+ public void testListEmptyPrefixDelimiter() throws Exception {
+ final String container = getContainerName();
+ BlobStore blobStore = view.getBlobStore();
+
+ try {
+ blobStore.createContainerInLocation(null, container);
Done
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1121#discussion_r131264644