Expand description
Interface with cloud storage through the object_store crate.
Modules§
Structs§
- Blocking
Cloud Writer - Adaptor which wraps the interface of ObjectStore::BufWriter exposing a synchronous interface
which implements
std::io::Write. - Cloud
Location - A location on cloud storage, may have wildcards.
- Cloud
Options - Options to connect to various cloud providers.
- Polars
Object Store - Polars wrapper around
ObjectStorefunctionality. This struct is cheaply cloneable.
Enums§
- Amazon
S3Config Key - Configuration keys for
AmazonS3Builder - Azure
Config Key - Configuration keys for
MicrosoftAzureBuilder - Cloud
Type - Google
Config Key - Configuration keys for
GoogleCloudStorageBuilder
Statics§
Functions§
- build_
object_ store - Build an
ObjectStorebased on the URL and passed in url. Return the cloud location and an implementation of the object store. - glob
- List files with a prefix derived from the pattern.
- object_
path_ from_ str - Construct an object_store
Pathfrom a string without any encoding/decoding.