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.