From ef8d91f67c5b1c0d8e40d7557179106a56d5e216 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 21 Nov 2012 18:15:15 +0000 Subject: [PATCH] Add missing path parameter for List Objects. This is supported by the server and mentioned in "Example 4.36. cURL Listing a Container with a Path" so I guess it should be in the documentation. Change-Id: I8a3f579369c4d91f3a9602382aaf102b816139da --- .../src/docbkx/object-api-storage-services.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/openstack-object-storage-dev/src/docbkx/object-api-storage-services.xml b/openstack-object-storage-dev/src/docbkx/object-api-storage-services.xml index 50d8c62..e49c0d9 100644 --- a/openstack-object-storage-dev/src/docbkx/object-api-storage-services.xml +++ b/openstack-object-storage-dev/src/docbkx/object-api-storage-services.xml @@ -470,6 +470,14 @@ X-Remove-Account-Meta-Book: x the need for the directory marker objects). + + path + + 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. + + Objects List Request