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 c2930b7 commit b13a9f4Copy full SHA for b13a9f4
pins/constructors.py
@@ -115,7 +115,8 @@ def board(
115
----
116
Many fsspec implementations of filesystems cache the searching of files, which may
117
cause you to not see pins saved by other people. Disable this on these file systems
118
- with `storage_options = {"cache_timeout": 0}`.
+ with `storage_options = {"listings_expiry_time": 0}` on s3, or `{"cache_timeout": 0}`
119
+ on google cloud storage.
120
121
"""
122
0 commit comments