-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate File awsSdkSigV4AConfigSelector.d.ts breaking deployments #6464
Comments
We also started seeing this yesterday. The two files we see:
Content in the 2 files is exactly the same as well. |
This comment was marked as outdated.
This comment was marked as outdated.
I'm able to see duplicate files in $ mkdir test-install && cd test-install
$ test-install> npm install @aws-sdk/[email protected] --save-exact
$ test-install> ls -1a node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk
.
..
awsSdkSigV4AConfigSelector.js
AwsSdkSigV4AConfigSelector.js
AwsSdkSigV4ASigner.js
AwsSdkSigV4Signer.js
index.js
resolveAwsSdkSigV4AConfig.js
resolveAwsSdkSigV4Config.js Also verified in npmjs file browser https://www.npmjs.com/package/@aws-sdk/core?activeTab=code |
This happened as TurboRepo cached artifact from an intermediate state of the One long-term fix would be clean like |
Thank you very much. |
The fix is merged in #6467, and new version will be published in https://github.com/aws/aws-sdk-js-v3/releases/tag/v3.651.1 around 12:30 PM Pacific on Friday Sep 13th. |
Verified that issue is fixed in $ test-install> npm install @aws-sdk/[email protected] --save-exact
$ test-install> ls -1a node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk
.
..
AwsSdkSigV4ASigner.js
AwsSdkSigV4Signer.js
index.js
resolveAwsSdkSigV4AConfig.js
resolveAwsSdkSigV4Config.js |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Checkboxes for prior research
Describe the bug
Our builds recently started failing when updating from 3.645.0 to 3.649.0, and we were able to trace it to duplicate
awsSdkSigV4AConfigSelector.d.ts
files. When I try to unzip our build zip file, I get this error. I'm guessing there's a case sensitivity issue.SDK version number
@aws-sdk/package-name@version, ...
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
v20.12.1
Reproduction Steps
We're using azure with github actions so it's a little hard to provide repro instructions. Hoping the bug description is enough.
Observed Behavior
Our logs showed
Expected Behavior
zip-based builds to succeed. No duplicate files.
Possible Solution
No response
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: