Small refactor of AWS Signer classes for both sync and async clients (#866)
* made custom headers be available to async aws signer Signed-off-by: Bruno Murino <brunomurino@users.noreply.github.com> * updated changelog Signed-off-by: Bruno Murino <brunomurino@users.noreply.github.com> * added tests for using host header for AWS request signature on both sync and async clients Signed-off-by: Bruno Murino <brunomurino@users.noreply.github.com> * added documentation guide about aws auth when accessing via tunnel Signed-off-by: Bruno Murino <brunomurino@users.noreply.github.com> * small refactor of AWS Signer classes on sync and async clients; improved testing on them as well Signed-off-by: Bruno Murino <brunomurino@users.noreply.github.com> * changelog Signed-off-by: Bruno Murino <brunomurino@users.noreply.github.com> * fixed test Signed-off-by: Bruno Murino <brunomurino@users.noreply.github.com> * lint fix Signed-off-by: Bruno Murino <brunomurino@users.noreply.github.com> --------- Signed-off-by: Bruno Murino <brunomurino@users.noreply.github.com>
This commit is contained in:
@@ -7,6 +7,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||
- Added sync and async sample that uses `search_after` parameter ([859](https://github.com/opensearch-project/opensearch-py/pull/859))
|
||||
### Updated APIs
|
||||
### Changed
|
||||
- Small refactor of AWS Signer classes for both sync and async clients ([866](https://github.com/opensearch-project/opensearch-py/pull/866))
|
||||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
|
||||
Reference in New Issue
Block a user