Function object_store::aws::resolve_bucket_region
source ยท pub async fn resolve_bucket_region(
bucket: &str,
client_options: &ClientOptions,
) -> Result<String>
Expand description
Get the bucket region using the HeadBucket API. This will fail if the bucket does not exist.