A generic object store interface for uniformly interacting with AWS S3, Google Cloud Storage, Azure Blob Storage and local files.
# Cargo.toml
[dependencies]
object_store = "0.13.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
List objects in a local filesystem using ObjectStore trait.
Add tokio as a dependency and use #[tokio::main] or similar.
No dependency data recorded yet.