> + * beginning with the substring x. > + */ > + String PREFIX = "prefix"; > + > + /** > + * For a character c, return all the object names nested in the container > + * (without the need for the directory marker objects). > + */ > + String DELIMITER = "delimiter"; > + > + /** > + * For a string value x, return the object names nested in the pseudo > path. > + * Equivalent to setting delimiter to '/' and prefix to the path with a > '/' > + * on the end. > + */ > + String PATH = "path";
Same as for the above constants... --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/17/files#r6383688
