Skip to content
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] Allow overriding the aws service identifier in AwsSigv4Signer #333

Merged
merged 3 commits into from
Nov 28, 2022

Commits on Nov 18, 2022

  1. [FEATURE] Allow overriding the aws service identifier in AwsSigv4Signer

    Currently the service identifier is hard coded to es with no way to
    override, this change allows for a user provided `service` option to
    override the default.
    
    defaulted the `opts` parameter to an empty object literal which allowed
    for some type checking cleanup.
    
    Signed-off-by: Lee Shepherd <bigwebguy@gmail.com>
    bwg committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    f7e8a10 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Update changelog for opensearch-project#333

    Signed-off-by: Lee Shepherd <bigwebguy@gmail.com>
    bwg committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    4b5aa54 View commit details
    Browse the repository at this point in the history
  2. Update planned test assertions

    I swear I ran this test...
    
    Signed-off-by: Lee Shepherd <bigwebguy@gmail.com>
    bwg committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    693be83 View commit details
    Browse the repository at this point in the history