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

support idisposable #21

Closed daniel-white closed 4 years ago

daniel-white commented 4 years ago

SHA256 implements IDisposable. Aws4RequestSigner should implement IDisposable to clean up that reference.

tsibelman commented 4 years ago

Took me some time but added this, you can check new nugget