opensearch-project / opensearch-js

Node.js Client for OpenSearch
https://opensearch.org/docs/latest/clients/javascript/
Apache License 2.0
177 stars 116 forks source link

[BUG][AwsSigV4 in .child] Session token and service should be optional #745

Open bandinib-amzn opened 3 months ago

bandinib-amzn commented 3 months ago

Session token and service parameter should be optional while creating child client for AwsSigV4.

https://github.com/opensearch-project/opensearch-js/blob/a86a6a982af205a3bb2e7a7f592523ec5ca27984/lib/pool/index.d.ts#L65-L73

bandinib-amzn commented 3 months ago

Will work on it.