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