Skip to content

aws_config app-config rust can not setting proxy #4301

@42yanglu

Description

@42yanglu
    let http_client = SmithyBuilder::new()
        .tls_provider(tls::Provider::Rustls(
            tls::rustls_provider::CryptoMode::AwsLc,
        ))
        .build_https();

    let config = aws_config::from_env()
        .http_client(http_client)
        .timeout_config(timeout_config)
        .stalled_stream_protection(StalledStreamProtectionConfig::disabled())
        .load()
        .await;

SmithyBuilder can not set proxy,will support?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions