Skip to content

Commit

Permalink
Update changelog and remove console log
Browse files Browse the repository at this point in the history
Signed-off-by: Bandini Bhopi <bandinib@amazon.com>
  • Loading branch information
bandinib-amzn committed Mar 5, 2024
1 parent 49971dc commit c8b2f86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]
### Added
- Add child client support for AwsSigV4 ([#725](https://github.com/opensearch-project/opensearch-js/pull/725))
- Inherit AwsSigV4 in .child ([#725](https://github.com/opensearch-project/opensearch-js/pull/725))
### Dependencies
- Bumps `prettier` from 3.1.1 to 3.2.5
- Bumps `@aws-sdk/types` from 3.485.0 to 3.523.0
Expand Down
1 change: 0 additions & 1 deletion lib/aws/AwsSigv4Signer.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ function AwsSigv4Signer(opts = {}) {
secretAccessKey: awssigv4Cred.credentials.secretAccessKey,
sessionToken: awssigv4Cred.credentials.sessionToken,
};
console.log(`credentialsState.credentials = ${JSON.stringify(credentialsState.credentials)}`);
request.region = awssigv4Cred.region;
request.service = awssigv4Cred.service;
delete request['auth'];
Expand Down

0 comments on commit c8b2f86

Please sign in to comment.