Function polars_io::cloud::build_object_store
source ยท pub async fn build_object_store(
url: &str,
options: Option<&CloudOptions>
) -> PolarsResult<(CloudLocation, Arc<dyn ObjectStore>)>
Available on crate feature
cloud
only.Expand description
Build an [ObjectStore
] based on the URL and passed in url. Return the cloud location and an implementation of the object store.