From: Danny Al-Gaaf Date: Sun, 9 Mar 2014 00:02:43 +0000 (+0100) Subject: swift/containerops.rst: fix some typos X-Git-Tag: v0.78~61^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d1a888e0f22f0b88442217a025dd1b65a495cf1d;p=ceph.git swift/containerops.rst: fix some typos Signed-off-by: Danny Al-Gaaf --- diff --git a/doc/radosgw/swift/containerops.rst b/doc/radosgw/swift/containerops.rst index b97fbf7f0202..c8cef1f405de 100644 --- a/doc/radosgw/swift/containerops.rst +++ b/doc/radosgw/swift/containerops.rst @@ -14,13 +14,13 @@ is deliberately made publicly accessible (i.e., allows anonymous requests). When you hear someone refer to a 'bucket' within the Swift API, the term 'bucket' may be construed as the equivalent of the term 'container.' -One facet of object storage is that it does not support hierachical paths +One facet of object storage is that it does not support hierarchical paths or directories. Instead, it supports one level consisting of one or more containers, where each container may have objects. The RADOS Gateway's -Swift-compatible API supports the notion of 'psuedo-hierarchical containers,' +Swift-compatible API supports the notion of 'pseudo-hierarchical containers,' which is a means of using object naming to emulate a container (or directory) -hierachy without actually implementing one in the storage system. You may -name objects with pseudo-hiearchical names +hierarchy without actually implementing one in the storage system. You may +name objects with pseudo-hierarchical names (e.g., photos/buildings/empire-state.jpg), but container names cannot contain a forward slash (``/``) character.