Expand description
Interface with cloud storage through the object_store crate.
Re-exports§
pub use options::*;
Modules§
- credential_
provider cloud
Structs§
- Cloud
Location cloud
A location on cloud storage, may have wildcards. - Cloud
Writer cloud
Adaptor which wraps the interface of ObjectStore::BufWriter exposing a synchronous interface which implementsstd::io::Write
. - Polars
Object Store 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. - object_
path_ from_ str cloud
Construct an object_storePath
from a string without any encoding/decoding.
Type Aliases§
- Object
Store Path cloud