File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# deno_aws_sign_v4
22
33![ ci] ( https://github.com/lucacasonato/deno_aws_sign_v4/workflows/ci/badge.svg )
4- [ ![ deno doc] ( https://doc.deno.land/badge.svg )] ( https://doc.deno.land/https/deno.land/x/aws_sign_v4@0.1.2 /mod.ts )
4+ [ ![ deno doc] ( https://doc.deno.land/badge.svg )] ( https://doc.deno.land/https/deno.land/x/aws_sign_v4@0.1.3 /mod.ts )
55
66Generates AWS Signature V4 for AWS low-level REST APIs.
77
@@ -15,7 +15,7 @@ The below example will generate signed headers based on the region and credentia
1515- AWS_REGION
1616
1717``` typescript
18- import { AWSSignerV4 } from " https://deno.land/x/aws_sign_v4@0.1.2 /mod.ts" ;
18+ import { AWSSignerV4 } from " https://deno.land/x/aws_sign_v4@0.1.3 /mod.ts" ;
1919
2020const signer = new AWSSignerV4 ();
2121const body = new TextEncoder ().encode (" Hello World!" );
You can’t perform that action at this time.
0 commit comments