Skip to content

Commit 8d22241

Browse files
PijukatelB4nan
andauthored
Update docs/03_concepts/03_storages.mdx
Co-authored-by: Martin Adámek <[email protected]>
1 parent 7986bd4 commit 8d22241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/03_concepts/03_storages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Each dataset item, key-value store record, or request in a request queue is then
4040

4141
## Local Actor run with non-local storage
4242

43-
When developing locally, opening any storage will by default use local storage. To change this behavior and to use non-local storage you have to use `force_cloud=True` argument in [`Actor.open_dataset`](../../reference/class/Actor#open_dataset), [`Actor.open_request_queue`](../../reference/class/Actor#open_request_queue) or [`Actor.open_key_value_store`](../../reference/class/Actor#open_key_value_store). Proper use of this argument allows you to work with both local and non-local storages.
43+
When developing locally, opening any storage will by default use local storage. To change this behavior and to use non-local storage you have to use `force_cloud=True` argument in [`Actor.open_dataset`](../../reference/class/Actor#open_dataset), [`Actor.open_request_queue`](../../reference/class/Actor#open_request_queue) or [`Actor.open_key_value_store`](../../reference/class/Actor#open_key_value_store). Proper use of this argument allows you to work with both local and remote storages.
4444

4545
### Local storage persistence
4646

0 commit comments

Comments
 (0)