Module polars_io::cloud

source ·
Expand description

Interface with cloud storage through the object_store crate.

Re-exports§

Modules§

Structs§

  • A location on cloud storage, may have wildcards.
  • Adaptor which wraps the asynchronous interface of ObjectStore::put_multipart exposing a synchronous interface which implements std::io::Write.
  • Polars specific wrapper for Arc<dyn ObjectStore> that limits the number of concurrent requests for the entire application.

Functions§

  • Build an [ObjectStore] based on the URL and passed in url. Return the cloud location and an implementation of the object store.
  • globcloud
    List files with a prefix derived from the pattern.