diff NEWS @ 77:80792bb9600e

new HybridMode
author Alain Mazy <am@osimis.io>
date Fri, 14 Oct 2022 10:36:02 +0200
parents ac596874d997
children 431ab61b5760
line wrap: on
line diff
--- a/NEWS	Tue Aug 30 14:59:58 2022 +0200
+++ b/NEWS	Fri Oct 14 10:36:02 2022 +0200
@@ -1,3 +1,8 @@
+* new option "HybridMode" allows selecting where to write new data (FileSystem or ObjectStorage) and reads
+  from both storages.  Allowed values: "WriteToFileSystem", "WriteToObjectStorage", "Disabled".
+  If disabled (default), the plugin writes all data to the object storage and tries to read them only from the
+  object storage.
+
 2022-08-30 - v 2.0.0
 ====================