Does using glob or _exists read a file and put in the s3fs cache? #926
Unanswered
asant-leitha
asked this question in
Q&A
Replies: 1 comment
-
The file details (not the file itself) are generally stored after real listing operations on the remote. They might not be stored when requesting partial listings, and of course the cache itself is configurable. You can turn on logging (e.g., |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I use first glob or _exists, does put the file in the cache for later usage or not?
Beta Was this translation helpful? Give feedback.
All reactions