 Daniel (dB.) DoubrovkineandGitHub
|
a1f942b6f9
|
Added support for AWS Sigv4 for UrlLib3. (#547)
* WIP: Added support for AWS Sigv4 for UrlLib3.
Signed-off-by: dblock <[email protected]>
* Refactored common implementation.
Signed-off-by: dblock <[email protected]>
* Added sigv4 samples.
Signed-off-by: dblock <[email protected]>
* Updated CHANGELOG.
Signed-off-by: dblock <[email protected]>
* Add documentation.
Signed-off-by: dblock <[email protected]>
* Use the correct class in tests.
Signed-off-by: dblock <[email protected]>
* Renamed samples.
Signed-off-by: dblock <[email protected]>
* Split up requests and urllib3 unit tests.
Signed-off-by: dblock <[email protected]>
* Rename AWSV4Signer.
Signed-off-by: dblock <[email protected]>
* Clarified documentation of when to use Urllib3AWSV4SignerAuth vs. RequestHttpConnection.
Signed-off-by: dblock <[email protected]>
* Move fetch_url inside the signer class.
Signed-off-by: dblock <[email protected]>
* Added unit test for Urllib3AWSV4SignerAuth adding headers.
Signed-off-by: dblock <[email protected]>
* Added unit test for signing to include query string.
Signed-off-by: dblock <[email protected]>
---------
Signed-off-by: dblock <[email protected]>
|
2023-10-23 19:46:19 -04:00 |
|