We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I noticed that there are 2 different functions exported under same name, is it on purpose?
https://github.com/mikeal/aws-sign/blob/master/index.js#L126 https://github.com/mikeal/aws-sign/blob/master/index.js#L145
The text was updated successfully, but these errors were encountered:
Somehow I think my build just errored because of this:
SyntaxError: Duplicate export 'queryStringToSign' (225:32) in PROJECT_PATH\node_modules\aws-sign2\index.js
... renaming the former export to stringToSign (as I presume would have been the intention) fixed this for me.
stringToSign
Sorry, something went wrong.
03755f2
Merge pull request #11 from tycho01/patch-1
270e16d
fix duplicate export `queryStringToSign`, closes #7
No branches or pull requests
I noticed that there are 2 different functions exported under same name, is it on purpose?
https://github.com/mikeal/aws-sign/blob/master/index.js#L126
https://github.com/mikeal/aws-sign/blob/master/index.js#L145
The text was updated successfully, but these errors were encountered: