Expand description
Interface with cloud storage through the object_store crate.
Re-exports§
pub use options::*;
Modules§
Structs§
- CloudLocation
cloud
A location on cloud storage, may have wildcards. - CloudWriter
cloud
Adaptor which wraps the asynchronous interface of ObjectStore::put_multipart exposing a synchronous interface which implementsstd::io::Write
. - PolarsObjectStore
cloud
Polars specific wrapper forArc<dyn ObjectStore>
that limits the number of concurrent requests for the entire application.
Functions§
- build_object_store
cloud
Build an [ObjectStore
] based on the URL and passed in url. Return the cloud location and an implementation of the object store. - glob
cloud
List files with a prefix derived from the pattern.