Skip to content

Commit 8bed978

Browse files
authored
Update src/mdio/api/io_utils.py
1 parent 25f68e7 commit 8bed978

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/mdio/api/io_utils.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ def process_url(
5858
explicitly state that the options we are passing are for the S3
5959
filesystem::
6060
61-
process_url(
62-
url="s3://bucket/key",
63-
mode="r",
64-
storage_options={"s3": {"key": "my_key", "secret": "my_secret"}},
65-
memory_cache_size=0,
66-
disk_cache=True,
67-
)
61+
>>> process_url(
62+
... url="s3://bucket/key",
63+
... mode="r",
64+
... storage_options={"s3": {"key": "my_key", "secret": "my_secret"}},
65+
... memory_cache_size=0,
66+
... disk_cache=True,
67+
... )
6868
6969
This allows us to pass options to the simplecache filesystem as well::
7070

0 commit comments

Comments
 (0)