# HG changeset patch # User Alain Mazy # Date 1598977321 -7200 # Node ID 4481882d9c8321024275a7fd274bf611edec54ba # Parent d255e02eb89dd0b6ed5dc71f29abc4bf635b21a5 typo diff -r d255e02eb89d -r 4481882d9c83 Sphinx/source/plugins/object-storage.rst --- a/Sphinx/source/plugins/object-storage.rst Tue Sep 01 18:08:45 2020 +0200 +++ b/Sphinx/source/plugins/object-storage.rst Tue Sep 01 18:22:01 2020 +0200 @@ -175,13 +175,13 @@ The **StorageStructure** configuration allows you to select the way objects are organized within the storage (``flat`` or ``legacy``). -Unlike traditional file system in which Orthanc uses 2 levels +Unlike the traditional file system in which Orthanc uses 2 levels of folders, object storages usually have no limit on the number of files per folder and therefore all objects are stored at the root level of the object storage. This is the default ``flat`` behaviour. Note that, in the ``flat`` mode, an extension `.dcm` or `.json` is added to the filename which is not the case in the legacy mode. -The ``legacy`` behaviour mimicks the Orthanc File System convention. This is actually helpful +The ``legacy`` behaviour mimics the Orthanc File System convention. This is actually helpful when migrating your data from a file system to an object storage since you can copy all the file hierarchy as is.