#object #object-storage #cloud #google-cloud #cloud-storage #apache-arrow #storage

object_store

A generic object store interface for uniformly interacting with AWS S3, Google Cloud Storage, Azure Blob Storage and local files

19 unstable releases (9 breaking)

0.9.1 Mar 5, 2024
0.8.0 Nov 6, 2023
0.6.1 Jun 6, 2023
0.5.5 Mar 2, 2023
0.3.0 Jun 14, 2022

#15 in Web programming

Download history 61127/week @ 2023-11-27 91769/week @ 2023-12-04 80152/week @ 2023-12-11 77769/week @ 2023-12-18 45898/week @ 2023-12-25 76626/week @ 2024-01-01 94933/week @ 2024-01-08 107958/week @ 2024-01-15 117853/week @ 2024-01-22 125213/week @ 2024-01-29 130413/week @ 2024-02-05 140384/week @ 2024-02-12 126712/week @ 2024-02-19 157458/week @ 2024-02-26 154023/week @ 2024-03-04 64766/week @ 2024-03-11

509,736 downloads per month
Used in 198 crates (88 directly)

MIT/Apache

800KB
16K SLoC

Rust Object Store

A focused, easy to use, idiomatic, high performance, async object store library for interacting with object stores.

Using this crate, the same binary and code can easily run in multiple clouds and local test environments, via a simple runtime configuration change. Supported object stores include:

Originally developed by InfluxData and later donated to Apache Arrow.

See docs.rs for usage instructions

Support for wasm32-unknown-unknown target

It's possible to build object_store for the wasm32-unknown-unknown target, however the cloud storage features aws, azure, gcp, and http are not supported.

cargo build -p object_store --target wasm32-unknown-unknown

Dependencies

~8–24MB
~373K SLoC