tsibelman / aws-signer-v4-dot-net

Sign HttpRequestMessage using AWS Signature v4 using request information and credentials.
Apache License 2.0
72 stars 27 forks source link

AWS4 RequestSigner does not contain a constructor that takes 3 arguments #17

Closed sledgimp closed 5 years ago

sledgimp commented 5 years ago

According to the pull request for passing a token in addition to the Key and Secret you have added this functionality. I am getting this error from the following code line. AWS4RequestSigner l_signer = new AWS4RequestSigner(m_sKey, m_sSecret, m_sToken);

tsibelman commented 5 years ago

I guess your dll is not updated try deleting it