add progress bars in pithos-sh
[pithos] / snf-pithos-app / README
index 2921482..3f6bbd0 100644 (file)
@@ -43,6 +43,14 @@ PITHOS_BACKEND_VERSIONING        auto
 PITHOS_UPDATE_MD5                True                                              Update object checksums when using hashmaps
 ===============================  ================================================  ============================================================
 
+To update checksums asynchronously, enable the queue, install snf-pithos-tools and use ``pithos-dispatcher``::
+
+    pithos-dispatcher --exchange=pithos --key=pithos.object --callback=pithos.api.dispatch.update_md5
+
+To send sharing notifications::
+
+    pithos-dispatcher --exchange=pithos --key=pithos.sharing --callback=pithos.api.dispatch.send_sharing_notification
+
 Administrator functions
 -----------------------