You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also explicitly specify credentials and a region when constructing a new `AWSSignerV4`:
33
+
You can also explicitly specify credentials and a region when constructing a new
34
+
`AWSSignerV4`:
33
35
34
36
```typescript
35
37
const signer =newAWSSignerV4("us-east-1", {
@@ -48,4 +50,6 @@ const signer = new AWSSignerV4("us-east-1", {
48
50
49
51
The module is licenced under GPL-3.0. For more see the LICENCE file.
50
52
51
-
This module is forked from @silver-xu's work in [https://github.com/silver-xu/deno-aws-sign-v4]. Many thanks to them. This fork has some large feature improvements and bug fixes, and has tests.
53
+
This module is forked from @silver-xu's work in
54
+
[https://github.com/silver-xu/deno-aws-sign-v4]. Many thanks to them. This fork
55
+
has some large feature improvements and bug fixes, and has tests.
0 commit comments