24 releases
0.11.2 | Dec 24, 2024 |
---|---|
0.11.1 | Oct 20, 2024 |
0.11.0 | Aug 16, 2024 |
0.10.2 | Jul 21, 2024 |
0.3.0 | Jun 14, 2022 |
#11 in Network programming
921,452 downloads per month
Used in 357 crates
(140 directly)
1MB
19K
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:
- AWS S3
- Azure Blob Storage
- Google Cloud Storage
- Local files
- Memory
- HTTP/WebDAV Storage
- Custom implementations
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–22MB
~324K SLoC