From a89c7966b5e8f13c90ab9d93c4a9fc5f3aa97313 Mon Sep 17 00:00:00 2001 From: Diane Fleming Date: Sun, 22 Mar 2015 12:09:26 -0500 Subject: [PATCH] Describe container name restrictions for create and update container. Change-Id: I56b7502aa8a450620a1d091dc31e7afedfae3288 Closes-Bug: #1197654 --- .../object-api/src/os-object-api-1.0.wadl | 21 ++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/api-ref/src/wadls/object-api/src/os-object-api-1.0.wadl b/api-ref/src/wadls/object-api/src/os-object-api-1.0.wadl index db1c336cb..6ffe603e5 100644 --- a/api-ref/src/wadls/object-api/src/os-object-api-1.0.wadl +++ b/api-ref/src/wadls/object-api/src/os-object-api-1.0.wadl @@ -29,11 +29,22 @@ type="#ContainerDetails"> - - The unique name for the - container. + + + The unique name for the container. + + + The container name must be from 1 to 256 + characters long and can start with any character + and contain any pattern. Character set must be + UTF-8. The container name cannot contain a slash + (/) character because this character + delimits the container + and object name. For example, + /account/container/object. + +