aws4 icon indicating copy to clipboard operation
aws4 copied to clipboard

Signs and prepares Node.js requests using AWS Signature Version 4

Results 51 aws4 issues
Sort by recently updated
recently updated
newest added

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

…and it shouldn't assume UTF8 encoding. Currently, when calculating the content hash, UTF8 encoding is assumed: https://github.com/mhart/aws4/blob/a413aadd9e4b4e58842937a9ad53354be41ef4a1/aws4.js#L14-L15

Hmmm, describing this may have been enough Duck Debugging to point me to where I need to go... :) I am nowhere approaching a "JavaScript dev", so I set up...

using v1.11.0 I hand the following to the `.sign()` method (partnerId and Credential modified to hide actual value): ```js signedRequest: { region: 'us-east-1', host: 'agcod-v2-gamma.amazon.com', path: '/CreateGiftCard', body: '{"creationRequestId":"Cif1221xjchec2ac","partnerId":"Cuf12","value":{"amount":120,"currencyCode":"USD"}}', service:...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cached-path-relative&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Usecase : I have an rclone client and I try to do that command : $ rclone copy myinstance:mybucket:test.csv test.csv It generate a signature from an access_key / access_secret_key couple...

`aws4 v. 1.5.1` `Ubuntu 20 LTS` `NodeJS 12.6.9` `request 2.48.5` `request-promise 4.1.46` I'm currently using aws4 for Amazon SP-API ([Selling partner API](https://github.com/amzn/selling-partner-api-docs/blob/main/references/orders-api/ordersV0.md#getorders)). Overall, all methods work great except for one...

I get weird error messages when I am trying to sign a request. https://github.com/kaihendry/sam-resource-policy/blob/17be8397c43a6e627f5b51b30aa8b100a538b534/invokeA/hello-world/app.js#L10 "Error: write EPROTO 139792615851904:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332:\n\n at WriteWrap.onWriteComplete [as oncomplete] (internal/stream_base_commons.js:94:16)\n at WriteWrap.callbackTrampoline (internal/async_hooks.js:131:17)"