We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0c8b8 commit 25f68e7Copy full SHA for 25f68e7
src/mdio/api/io_utils.py
@@ -46,13 +46,13 @@ def process_url(
46
the simplecache protocol is not used, and therefore we only need to
47
specify the s3 filesystem options::
48
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
- )
+ >>> process_url(
+ ... url="s3://bucket/key",
+ ... mode="r",
+ ... storage_options={"key": "my_key", "secret": "my_secret"},
+ ... memory_cache_size=0,
+ ... disk_cache=False,
+ ... )
56
57
On the other hand, if we want to use disk caching, we need to
58
explicitly state that the options we are passing are for the S3
0 commit comments