Closed chjno closed 1 year ago
Support for Urllib3 Sigv4 was added in https://github.com/opensearch-project/opensearch-py/pull/547 and just hasn't been released yet. Add your +1 top https://github.com/opensearch-project/opensearch-py/issues/561.
You can use opensearch-py from HEAD if you want to try it out!
What is the bug?
When I follow the instructions in auth.md, I get the following errors
It seems to work when I replace instances of
Urllib3AWSV4SignerAuth
withAWSV4SignerAuth
.How can one reproduce the bug?
Urllib3HttpConnection, Urllib3AWSV4SignerAuth
in line 1 withRequestHttpConnection, RequestsAWSV4SignerAuth
.RequestHttpConnection
in line 1 withRequestsHttpConnection
.What is the expected behavior?
No import errors and successful OpenSearch API requests.