Skip to content

Commit 852680e

Browse files
authored
Clarify aws4fetch usage in README
1 parent f2b587f commit 852680e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ aws4
44
A small utility to sign vanilla Node.js http(s) request options using Amazon's
55
[AWS Signature Version 4](https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html).
66

7-
If you want to sign and send AWS requests in a browser, or an environment like [Cloudflare Workers](https://developers.cloudflare.com/workers/), then check out [aws4fetch](https://github.com/mhart/aws4fetch) – otherwise you can also bundle this library for use [in older browsers](./browser).
7+
If you want to sign and send AWS requests using [`fetch()`](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API), then check out [aws4fetch](https://github.com/mhart/aws4fetch) – otherwise you can also bundle this library for use [in older browsers](./browser).
88

9-
The only AWS service that *doesn't* support v4 as of 2020-05-22 is
9+
The only AWS service I know of that *doesn't* support v4 is
1010
[SimpleDB](https://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API.html)
1111
(it only supports [AWS Signature Version 2](https://github.com/mhart/aws2)).
1212

0 commit comments

Comments
 (0)