Ji-Xinyou commented on issue #1251:
URL:
https://github.com/apache/incubator-opendal/issues/1251#issuecomment-1507009996
> It seems interesting to provide a `op.glob("media/**/*.jpg")`, users can:
>
> ```rust
> let it = op.glob("media/**/*.jpg").await?;
>
> while let Some(entry) = it.next().await? {
> do_something(&entry)
> }
> ```
This seems interesting, I will have a look then xD.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]