Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swap AsyncHttpFileReader for HttpObjectStore (#607)
Directly copied from the equivalent parquet-wasm PR 😛 . I'm strongly considering just wrapping [object_store_s3_wasm](https://github.com/JanKaul/object_store_s3_wasm) in object-store-wasm this weekend, so if there's no particular rush, I can work the coveted fsspec-like protocol-differentiated IO into this PR. Also, one question for any maintainer - `io_parquet_async` implies object-store-wasm::http at a minimum, right? I'm thinking in terms of the other cloud providers, which I imagine would be worth feature-gating at the level of this consuming crate (it's a shame toggling transitive dependency features isn't a thing).
- Loading branch information