Mercurial > hg > orthanc-book
changeset 500:4481882d9c83
typo
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Tue, 01 Sep 2020 18:22:01 +0200 |
parents | d255e02eb89d |
children | 98592b9e7ad5 4e426dec4fee |
files | Sphinx/source/plugins/object-storage.rst |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.