aws / aws-sdk-java-v2

The official AWS SDK for Java - Version 2
Apache License 2.0
2.2k stars 846 forks source link

Support SigV4-signed operations against ElasticSearch cluster #1496

Open abatkin opened 5 years ago

abatkin commented 5 years ago

This client does not provide any out-of-the-box functionality to sign requests to an ElasticSearch cluster (something that the v1 client does provide).

See also #203

At the very least, the official AWS ElasticSearch Documentation should be updated to denote that the code samples only work with Java SDK V1.

For bonus points, maybe someone at AWS could spend an hour and write a second code sample for that documentation, that works with this Java SDK V2 (and update the awslabs interceptor too).

daezaa commented 2 years ago

Is there any update on this issue?

I still see AWS ElasticSearch Documentation and awslabs interceptor are in sdk v1.