# HG changeset patch # User Alain Mazy # Date 1666596529 -7200 # Node ID dff54191a382b0187be2b6605f999c8ada5d06fe # Parent 6316d139b4a9c2feb177601a37bffe866b3d9159 typo diff -r 6316d139b4a9 -r dff54191a382 Sphinx/source/plugins/object-storage.rst --- 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