Skip to content

Commit 6e61ff4

Browse files
doc: update aws-util docs to reflect rustls policy change
Remove references to native-TLS policy override and hyper-tls dep in generated docs. The AWS SDK's default rustls client is now used directly. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent e561f7b commit 6e61ff4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/developer/generated/aws-util/_crate.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@ Provides Materialize-specific wrappers and utilities for the AWS SDK, centering
99

1010
## Module structure
1111

12-
* `lib.rs` — crate root; exports `defaults()` (a `ConfigLoader` with latest behavior version and native-TLS HTTP client) and `http_client()`.
12+
* `lib.rs` — crate root; exports `defaults()` (a `ConfigLoader` with latest behavior version, using the AWS SDK's default rustls HTTP client).
1313
* `s3` — S3 client construction, object listing, and a `futures::Stream` adapter for `ByteStream` (feature-gated on `s3`).
1414
* `s3_uploader``S3MultiPartUploader`, a streaming multipart-upload helper with configurable part/file size limits (feature-gated on `s3`).
1515

1616
## Key dependencies
1717

18-
* `aws-config`, `aws-sdk-s3`, `aws-smithy-runtime`, `aws-smithy-types`, `aws-types` — AWS SDK components.
19-
* `hyper-tls` — native TLS HTTP connector, replacing the SDK's default rustls connector per Materialize policy.
18+
* `aws-config`, `aws-sdk-s3`, `aws-smithy-types`, `aws-types` — AWS SDK components.
2019
* `mz-ore` — task spawning (`mz_ore::task::spawn`) and error formatting utilities.
2120

2221
## Downstream consumers

0 commit comments

Comments
 (0)