Mercurial > hg > orthanc-book
changeset 885:dff54191a382
typo
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 24 Oct 2022 09:28:49 +0200 |
parents | 6316d139b4a9 |
children | bca261dac7bb |
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 Fri Oct 21 16:35:56 2022 +0200 +++ b/Sphinx/source/plugins/object-storage.rst Mon Oct 24 09:28:49 2022 +0200 @@ -260,14 +260,14 @@ only the object-storage. When the ``HybridMode`` is set to ``WriteToFileSystem``, it means that new files received -are store on the file system. When accessing a file, it is first read from the file system +are stored on the file system. When accessing a file, it is first read from the file system and, if it is not found on the file system, it is read from the object-storage. The ``WriteToFileSystem`` hybrid mode is useful for storing recent files on the file system for better performance and old files on the object-storage for lower cost and easier backups. When the ``HybridMode`` is set to ``WriteToObjectStorage``, it means that new files received -are store on the object storage. When accessing a file, it is first read from the object storage +are stored on the object storage. When accessing a file, it is first read from the object storage and, if it is not found on the object-storage, it is read from the file system. The ``WriteToObjectStorage`` hybrid mode is useful mainly during a migration from file system to