Function mz_aws_util::s3::new_client
source ยท pub fn new_client(sdk_config: &SdkConfig) -> Client
Expand description
Creates a new client from an SDK config with Materialize-specific customizations.
Specifically, if the SDK config overrides the endpoint URL, the client will be configured to use path-style addressing, as custom AWS endpoints typically do not support virtual host-style addressing.