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

Fix AuthorizationException with AWSV4SignerAsyncAuth when the doc ID has special characters. #848

Merged
merged 5 commits into from
Nov 27, 2024

Prevent AIOHttpConnection from encoding the url a second time.

2de6b44
Select commit
Loading
Failed to load commit list.
Merged

Fix AuthorizationException with AWSV4SignerAsyncAuth when the doc ID has special characters. #848

Prevent AIOHttpConnection from encoding the url a second time.
2de6b44
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 27, 2024 in 0s

70.39% (-1.56%) compared to ba715b9

View this Pull Request on Codecov

70.39% (-1.56%) compared to ba715b9

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.39%. Comparing base (ba715b9) to head (2de6b44).
Report is 70 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #848      +/-   ##
==========================================
- Coverage   71.95%   70.39%   -1.56%     
==========================================
  Files          91      125      +34     
  Lines        8001     9300    +1299     
==========================================
+ Hits         5757     6547     +790     
- Misses       2244     2753     +509     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.