diff README.md @ 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 d65580d2e9ca
line wrap: on
line diff
--- a/README.md	Mon Oct 17 15:17:33 2022 +0200
+++ b/README.md	Thu Oct 20 15:14:39 2022 +0200
@@ -176,3 +176,6 @@
   - there should be only one file in the disk storage
   - there should be only one file in the S3 bucket
 
+test moving a study to file-system storage
+curl http://localhost:8043/move-storage -d '{"Resources": ["737c0c8d-ea890b4d-e36a43bb-fb8c8d41-aa0ed0a8"], "TargetStorage" : "file-system"}'
+curl http://localhost:8043/move-storage -d '{"Resources": ["737c0c8d-ea890b4d-e36a43bb-fb8c8d41-aa0ed0a8"], "TargetStorage" : "object-storage"}'
\ No newline at end of file