bcuff / elasticsearch-net-aws

Add-on to Elasticsearch.Net & NEST for using AWS's elasticsearch service.
Apache License 2.0
72 stars 27 forks source link

AWS4Signer #59

Closed iam-black closed 4 years ago

iam-black commented 4 years ago

Hello. Thanks for useful library. Have you considered integration with AWS4Signer from AWS .Net SDK? Is it possible at least?

Thanks

bcuff commented 4 years ago

I looked into it at the time of this library's creation and it seemed non-trivial because there were some AWS specific bits. I opted for implementing the signing algorithm according to the docs instead.