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.
pub async fn resolve_bucket_region(
bucket: &str,
client_options: &ClientOptions,
) -> Result<String>Get the bucket region using the HeadBucket API. This will fail if the bucket does not exist.