Typescript compile error on latest library release (3.703.0) #6706
Labels
bug
This issue is a bug.
p2
This is a standard priority issue
response-requested
Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.
Checkboxes for prior research
Describe the bug
Just updated to latest version:
This error happens now.
Just to be clear I aliased getSignedUrl, just to give some context:
import { S3 } from '@aws-sdk/client-s3';
import { getSignedUrl as getS3SignedUrl } from '@aws-sdk/s3-request-presigner';
see error below
Regression Issue
SDK version number
3.703.0
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
23.1.0
Reproduction Steps
try to build with typescript.
Observed Behavior
typescript error
Expected Behavior
no typescript error
Possible Solution
No response
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: