Skip to content

Commit

Permalink
Merge pull request #126 from onno-vos-dev/issue-63-use-aws_signature-…
Browse files Browse the repository at this point in the history
…library-for-signing

Issue #63: Use aws_signature for signing of requests rather than aws-erlang's own implementation
  • Loading branch information
onno-vos-dev authored Feb 21, 2023
2 parents cbcfeaa + 4335d88 commit 254e31d
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 413 deletions.
3 changes: 2 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{erl_opts, [debug_info, {d, maps_support}]}.
{deps, [{erlware_commons, "1.6.0"},
{hackney, "1.18.0"},
{jsx, "3.0.0"}
{jsx, "3.0.0"},
{aws_signature, "0.3.1"}
]}.
{project_plugins, [rebar3_hex, rebar3_ex_doc]}.
{hex, [{doc, #{provider => ex_doc}}]}.
Expand Down
5 changes: 4 additions & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{"1.2.0",
[{<<"certifi">>,{pkg,<<"certifi">>,<<"2.5.2">>},1},
[{<<"aws_signature">>,{pkg,<<"aws_signature">>,<<"0.3.1">>},0},
{<<"certifi">>,{pkg,<<"certifi">>,<<"2.5.2">>},1},
{<<"cf">>,{pkg,<<"cf">>,<<"0.3.1">>},1},
{<<"erlware_commons">>,{pkg,<<"erlware_commons">>,<<"1.6.0">>},0},
{<<"hackney">>,{pkg,<<"hackney">>,<<"1.16.0">>},0},
Expand All @@ -12,6 +13,7 @@
{<<"unicode_util_compat">>,{pkg,<<"unicode_util_compat">>,<<"0.5.0">>},2}]}.
[
{pkg_hash,[
{<<"aws_signature">>, <<"67F369094CBD55FFA2BBD8CC713EDE14B195FCFB45C86665CD7C5AD010276148">>},
{<<"certifi">>, <<"B7CFEAE9D2ED395695DD8201C57A2D019C0C43ECAF8B8BCB9320B40D6662F340">>},
{<<"cf">>, <<"5CB902239476E141EA70A740340233782D363A31EEA8AD37049561542E6CD641">>},
{<<"erlware_commons">>, <<"E0DA62F91E65DEFAE28BB450DDC3C24E85ECB99B926F857CDC6ED8E7DD7076B4">>},
Expand All @@ -24,6 +26,7 @@
{<<"ssl_verify_fun">>, <<"CF344F5692C82D2CD7554F5EC8FD961548D4FD09E7D22F5B62482E5AEAEBD4B0">>},
{<<"unicode_util_compat">>, <<"8516502659002CEC19E244EBD90D312183064BE95025A319A6C7E89F4BCCD65B">>}]},
{pkg_hash_ext,[
{<<"aws_signature">>, <<"50FC4DC1D1F7C2D0A8C63F455B3C66ECD74C1CF4C915C768A636F9227704A674">>},
{<<"certifi">>, <<"3B3B5F36493004AC3455966991EAF6E768CE9884693D9968055AEEEB1E575040">>},
{<<"cf">>, <<"315E8D447D3A4B02BCDBFA397AD03BBB988A6E0AA6F44D3ADD0F4E3C3BF97672">>},
{<<"erlware_commons">>, <<"B57C299C39A2992A8C413F9D2C1B8A20061310FB4432B0EEE5E4C4DF7AAA0AA3">>},
Expand Down
1 change: 1 addition & 0 deletions src/aws.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
, erlware_commons
, hackney
, jsx
, aws_signature
]
}
, {env,[]}
Expand Down
Loading

0 comments on commit 254e31d

Please sign in to comment.