comparison NEWS @ 83:431ab61b5760

/move-storage when HybridMode is enabled
author Alain Mazy <am@osimis.io>
date Thu, 20 Oct 2022 15:14:39 +0200
parents 80792bb9600e
children 7ace942ede26
comparison
equal deleted inserted replaced
82:f30b9acf80f0 83:431ab61b5760
1 * new option "HybridMode" allows selecting where to write new data (FileSystem or ObjectStorage) and reads 1 * new option "HybridMode" allows selecting where to write new data (FileSystem or ObjectStorage) and reads
2 from both storages. Allowed values: "WriteToFileSystem", "WriteToObjectStorage", "Disabled". 2 from both storages. Allowed values: "WriteToFileSystem", "WriteToObjectStorage", "Disabled".
3 If disabled (default), the plugin writes all data to the object storage and tries to read them only from the 3 If disabled (default), the plugin writes all data to the object storage and tries to read them only from the
4 object storage. 4 object storage.
5 * new /move-storage route when "HybridMode" is enabled. This allows moving a study from one-storage to the other
6 to, e.g, have recent studies on the file-system and older studies on a cloud object storage.
5 7
6 2022-08-30 - v 2.0.0 8 2022-08-30 - v 2.0.0
7 ==================== 9 ====================
8 10
9 * AWS, Google & Azure: BREAKING CHANGE with client-side encryption: 11 * AWS, Google & Azure: BREAKING CHANGE with client-side encryption: