-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Default getCredentials for AWS Sigv4 Signer #290
Comments
you guys make @opensearch-project/opensearch/aws theseday. But when I install module like this |
@Kyeong1024 Can you start a new issue with your request? (https://github.com/opensearch-project/opensearch-js/issues/new/choose) |
I believe that wasn't released yet, see #303 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem?
In #279 we introduced Sigv4 signing. To use this one must decide which version of AWS SDK to import, then implement different ways to get credentials depending on the version.
What solution would you like?
A version-agonostic default implementation. I want to be able to write the following regardless of the version of AWS SDK I am importing and without having to include any boilerplate for getting/refreshing credentials. And I want it to "just work" (TM) when I set, for example, credentials via ENV AWS_ variables.
(this is similar to how one can use a client in the Java SDK).
The text was updated successfully, but these errors were encountered: