Crates.io | zarrs_opendal |
lib.rs | zarrs_opendal |
version | 0.3.1 |
source | src |
created_at | 2024-09-02 10:58:45.148871 |
updated_at | 2024-09-23 00:48:15.801179 |
description | opendal store support for the zarrs crate |
homepage | |
repository | https://github.com/LDeakin/zarrs |
max_upload_size | |
id | 1360386 |
size | 32,543 |
opendal
store support for the zarrs
Rust crate.
use zarrs_storage::AsyncReadableStorage;
use zarrs_opendal::AsyncOpendalStore;
let builder = opendal::services::Http::default().endpoint("http://...");
let operator = opendal::Operator::new(builder)?.finish();
let store: AsyncReadableStorage = Arc::new(AsyncOpendalStore::new(operator));
See doc/version_compatibility_matrix.md.
zarrs_opendal
is licensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.