andrebsguedes opened a new issue, #461:
URL: https://github.com/apache/arrow-rs-object-store/issues/461

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   BlobStorage currently does not expose a way to start at a specific location 
on ListBlobs requests, this makes implementing _GC-like_ routines that lists 
millions of objects and have to outlive a single process very cumbersome. 
   
   **Describe the solution you'd like**
   There is a workaround for this limitation which involves reconstructing the 
`marker` token used for list pagination to specify a start key where listing 
should begin.
   
   **Describe alternatives you've considered**
   There are no efficient alternatives given that ListBlobs only supports 
prefix filtering.
   


-- 
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: github-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to