Xuanwo opened a new issue, #3097:
URL: https://github.com/apache/incubator-opendal/issues/3097

   [RFC-2779](https://github.com/apache/incubator-opendal/pull/2779) allows 
user to list with metakey. However, the stat inside list could make the list 
process much slower. We should allow concurrent stat during list so that stat 
could be send concurrently.
   
   ```rust
   let l = 
op.lister_with(path).metakey(Metakey::ContentLength).concurrent(10).await?;
   ```
   


-- 
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]

Reply via email to