Skip to main content

Crate mz_aws_util

Crate mz_aws_util 

Source

Modules§

s3
s3_uploader

Structs§

MzAwsResolver 🔒
A tower_service::Service<Name> resolver that delegates to mz_ore::netio::resolve_address, used by http_client_with_resolver.

Functions§

defaults
Creates an AWS SDK configuration loader with the defaults for the latest behavior version plus some Materialize-specific overrides.
http_client
Returns an HTTP client for use with the AWS SDK that is appropriately configured for Materialize.
http_client_with_resolver
Returns an AWS SDK HTTP client whose DNS resolver delegates to mz_ore::netio::resolve_address.