Skip to content

Commit 25f68e7

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

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
@@ -46,13 +46,13 @@ def process_url(
4646
the simplecache protocol is not used, and therefore we only need to
4747
specify the s3 filesystem options::
4848
49-
process_url(
50-
url="s3://bucket/key",
51-
mode="r",
52-
storage_options={"key": "my_key", "secret": "my_secret"},
53-
memory_cache_size=0,
54-
disk_cache=False,
55-
)
49+
>>> process_url(
50+
... url="s3://bucket/key",
51+
... mode="r",
52+
... storage_options={"key": "my_key", "secret": "my_secret"},
53+
... memory_cache_size=0,
54+
... disk_cache=False,
55+
... )
5656
5757
On the other hand, if we want to use disk caching, we need to
5858
explicitly state that the options we are passing are for the S3

0 commit comments

Comments
 (0)