There was an error while loading. Please reload this page.
1 parent 74f6b1d commit 27c9775Copy full SHA for 27c9775
1 file changed
src/openfe/storage/warehouse.py
@@ -28,10 +28,10 @@ class WarehouseStores(TypedDict):
28
Storage location for setup-related objects and configurations.
29
result : ExternalStorage
30
Storage location for result-related object.
31
-
32
- Notes
33
- -----
34
- Additional stores for results and tasks may be added in future versions.
+ shared : ExternalStorage
+ Storage location for non-permanent shared data.
+ tasks: External Storage
+ Storage location for execution tasks.
35
"""
36
37
setup: ExternalStorage
0 commit comments