 Daniel (dB.) DoubrovkineandGitHub
|
6c9d8f4350
|
Added async AWS sample. (#857)
Signed-off-by: dblock <[email protected]>
|
2024-11-28 08:06:50 -05:00 |
|
 Daniel (dB.) DoubrovkineandGitHub
|
1801ada270
|
Added pylint, enforce naming. (#590)
* Added pylint.
Signed-off-by: dblock <[email protected]>
* Enforce pylint:invalid-name.
Signed-off-by: dblock <[email protected]>
* Updated the generated code header to prevent broken links.
Signed-off-by: dblock <[email protected]>
* Swapped order of messages.
Signed-off-by: dblock <[email protected]>
---------
Signed-off-by: dblock <[email protected]>
|
2023-11-21 10:04:39 -08:00 |
|
 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 |
|