Replies: 1 comment
-
Tracked at #353 |
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
-
As most cloud based backends supports listing by an arbitrary prefix very efficiently, we can use that feature for all supported backends. Only
fs
, and some others doesn't support it natively. For them a capability flag can be introduced, or can be implemented using list + walk_dir fns.Beta Was this translation helpful? Give feedback.
All reactions