MCPcopy Create free account
hub / github.com/apache/datafusion / resolve_bucket_region

Function resolve_bucket_region

datafusion-cli/src/object_storage.rs:56–61  ·  view source on GitHub ↗
(
    _bucket: &str,
    _client_options: &ClientOptions,
)

Source from the content-addressed store, hash-verified

54// Provide a local mock when running tests so we don't make network calls
55#[cfg(test)]
56async fn resolve_bucket_region(
57 _bucket: &str,
58 _client_options: &ClientOptions,
59) -> object_store::Result<String> {
60 Ok("eu-central-1".to_string())
61}
62
63pub async fn get_s3_object_store_builder(
64 url: &Url,

Callers 1

Calls 1

to_stringMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…