Available on crate feature
polars-io only.Expand description
Interface with cloud storage through the object_store crate.
Modules§
- cloud_
writer cloud - credential_
provider cloud - dns
cloud - options
Structs§
- Cloud
Location - A location on cloud storage, may have wildcards.
- Cloud
Options - Options to connect to various cloud providers.
- Cloud
Retry Config - Object
Store Error Context - Polars
Object Store - Polars wrapper around [
ObjectStore] functionality. This struct is cheaply cloneable. - Polars
Object Store Error
Enums§
Statics§
Traits§
- ExtObject
Store Builder - Trait for external ObjectStore builder (e.g., for HDFS). Unstable.
Functions§
- build_
object_ store - Build an [
ObjectStore] based on the URL and passed in url. Return the cloud location and an implementation of the object store. - deregister_
object_ store_ builder - 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. - register_
object_ store_ builder - Register custom object_store builder for a given cloud scheme. Example: for ‘hdfs://’, the scheme is “hdfs”. Rejects native cloud schemes (e.g. “s3”).