Skip to content

feat(NODE-5393): Migrate AWS signature v4 logic into driver #1773

feat(NODE-5393): Migrate AWS signature v4 logic into driver

feat(NODE-5393): Migrate AWS signature v4 logic into driver #1773

Re-run triggered December 17, 2025 21:18
Status Failure
Total duration 45s
Artifacts

build_docs.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
build
Process completed with exit code 1.
build: src/cmap/auth/mongodb_aws.ts#L127
Argument of type '{ accessKeyId: string; secretAccessKey: string; sessionToken: string; } | { accessKeyId: string; secretAccessKey: string; sessionToken?: undefined; } | undefined' is not assignable to parameter of type 'AWSCredentials'.