> + assertEquals(container.size(), 15); > + } finally { > + returnContainer(containerName); > + } > + } > + > + @Override > + @Test(enabled = false) > + public void testDirectory() throws InterruptedException { > + /** > + * By using slashes in an object name, you can make objects appear as > though they're stored in a hierarchical > + * structure. For example, you could name one object > /europe/france/paris.jpg and another object > + * /europe/france/cannes.jpg. When you list these objects they appear > to be in a hierarchical directory structure > + * based on location; however, Google Cloud Storage sees the objects > as independent objects with no hierarchical > + * relationship whatsoever. > + */
Add a TODO if this is not complete? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/48/files#r17210260