#object #google-cloud #object-storage #cloud-storage #cloud #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

20 releases (10 breaking)

new 0.10.0 Apr 22, 2024
0.9.1 Mar 5, 2024
0.9.0 Jan 8, 2024
0.8.0 Nov 6, 2023
0.3.0 Jun 14, 2022

#13 in Web programming

Download history 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 153957/week @ 2024-03-04 142108/week @ 2024-03-11 143170/week @ 2024-03-18 140255/week @ 2024-03-25 142455/week @ 2024-04-01 141056/week @ 2024-04-08 175715/week @ 2024-04-15

605,904 downloads per month
Used in 218 crates (99 directly)

MIT/Apache

1MB
17K 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–23MB
~359K SLoC