Missing/invalid dependency declaration on @aws-sdk/signature-v4-crt #3375
Labels
bug
This issue is a bug.
response-requested
Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.
Describe the bug
Using certain parts of the SDK does not work, because the dependency declarations are invalid.
Your environment
SDK version number
@aws-sdk/client-s3@npm:3.53.1
@aws-sdk/s3-request-presigner@npm:3.53.1
Is the issue in the browser/Node.js/ReactNative?
Node.js
Details of the browser/Node.js/ReactNative version
v16.14.0
Steps to reproduce
yarn install @aws-sdk/client-s3
Observed behavior
Received warnings about invalid/missing dependency declarations:
Expected behavior
Missing dependency declarations of this kind are not allowed in our code base, which requires us to fix the SDK itself through manual patches. The SDK should have proper dependency declarations that allow installation without warnings/errors and should not require consumers to patch the SDK themselves.
Additional context
For other consumers who struggle with the same issue, it can be worked around with the following package extensions:
The text was updated successfully, but these errors were encountered: