You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
While using the getSignedUrl function from the package, I encountered the following TypeScript error: Argument of type 'GetObjectCommand' is not assignable to parameter of type 'Command<GetObjectCommandInput, MetadataBearer, any, ServiceInputTypes, MetadataBearer>'.
To Reproduce:
Steps to reproduce the issue:
Use the getSignedUrl function with S3 commands, specifically GetObjectCommand.
Expected Behavior:
The getSignedUrl function should work without any TypeScript errors.
Actual Behavior:
Currently, the function does not work as expected and throws a TypeScript error.
Screenshots:
The text was updated successfully, but these errors were encountered:
Description
While using the getSignedUrl function from the package, I encountered the following TypeScript error: Argument of type 'GetObjectCommand' is not assignable to parameter of type 'Command<GetObjectCommandInput, MetadataBearer, any, ServiceInputTypes, MetadataBearer>'.
To Reproduce:
Steps to reproduce the issue:
Use the getSignedUrl function with S3 commands, specifically GetObjectCommand.
Expected Behavior:
The getSignedUrl function should work without any TypeScript errors.
Actual Behavior:
Currently, the function does not work as expected and throws a TypeScript error.
Screenshots:
The text was updated successfully, but these errors were encountered: