changeset 1251:2da32965a475

object move-storage
author Alain Mazy <am@orthanc.team>
date Tue, 23 Dec 2025 13:22:17 +0100
parents 202b98f79bf5
children f14ef0ff5b1e
files Sphinx/source/plugins/object-storage.rst
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/plugins/object-storage.rst	Mon Dec 15 11:25:41 2025 +0100
+++ b/Sphinx/source/plugins/object-storage.rst	Tue Dec 23 13:22:17 2025 +0100
@@ -281,6 +281,13 @@
 
 The allowed values for ``TargetStorage`` are ``file-system`` or ``object-storage``.
 
+*Note:* There is currently no way to know on which storage a file is stored but, 
+if you call ``/move-storage`` the function will detect it and will not try to move
+a file that is already on the target storage.
+
+*Note:* In the current versions, the plugin might display a false error message in the logs
+when trying to read a file from a storage while it is on the other one.
+
 
 Other configuration options
 ---------------------------