Re: [Openstack] Problems with path, prefix and delimiter with Object Storage

2011-03-18 Thread Juan J.
On Thu, 2011-03-17 at 10:03 -0500, Anne Gentle wrote: > Sure, I can make that change - but I'd love it if you made the edits. > Docs are open for change. > > Just do: > bzr branch lp:openstack-manuals trunk > bzr branch trunk edits > > Make the edits in this file: > doc/source/docbkx/os-objectst

Re: [Openstack] Problems with path, prefix and delimiter with Object Storage

2011-03-17 Thread Anne Gentle
Sure, I can make that change - but I'd love it if you made the edits. Docs are open for change. Just do: bzr branch lp:openstack-manuals trunk bzr branch trunk edits Make the edits in this file: doc/source/docbkx/os-objectstorage-devguide.xml Then do: bzr commit -m 'Edited to clarify path and pr

Re: [Openstack] Problems with path, prefix and delimiter with Object Storage

2011-03-17 Thread Juan J.
On Thu, 2011-03-17 at 08:42 -0500, John Dickinson wrote: > A path query requires directory marker objects to be present > (http://docs.openstack.org/openstack-object-storage/developer/content/ch03s02.html#d5e514) After reading the documentation again, I can see what you mean, but it isn't very ob

Re: [Openstack] Problems with path, prefix and delimiter with Object Storage

2011-03-17 Thread John Dickinson
A path query requires directory marker objects to be present (http://docs.openstack.org/openstack-object-storage/developer/content/ch03s02.html#d5e514) I would recommend using prefix+delimiter over path. Path query parameters are in swift to support backwards compatibility with the original Clou