Function vector::aws::create_client_and_region

source ยท
pub async fn create_client_and_region<T: ClientBuilder>(
    auth: &AwsAuthentication,
    region: Option<Region>,
    endpoint: Option<String>,
    proxy: &ProxyConfig,
    tls_options: &Option<TlsConfig>,
    timeout: &Option<AwsTimeout>,
) -> Result<(T::Client, Region)>
Expand description

Create the SDK client and resolve the region using the provided settings.