developmentseed / obstore

Simple, fast integration with Amazon S3, Google Cloud Storage, Azure Storage, and S3-compliant APIs like Cloudflare R2
https://developmentseed.org/obstore
MIT License
146 stars 3 forks source link

attempt at list stream #13

Closed kylebarron closed 4 weeks ago

kylebarron commented 1 month ago

I thought this was going to be easy after the last PR, except it's not because this BoxStream returned from list doesn't use the 'static lifetime.

kylebarron commented 1 month ago

I asked on discord if there's anything I can do to get around this lifetime issue.

kylebarron commented 4 weeks ago

superseded by https://github.com/developmentseed/object-store-rs/pull/35