Commit Graph
2 Commits
Author SHA1 Message Date
nathaliellenaa 87aebcd653 Added a support for search (search_after parameter) (#859)
* Added a sample that uses search_after parameter

Signed-off-by: Nathalie Jonathan <[email protected]>

* Moved search_after sample to samples/search folder, updated CHANGELOG and _sync sample, and added _async sample.

Signed-off-by: Nathalie Jonathan <[email protected]>

* Solved conflicts in CHANGELOG.md

Signed-off-by: Nathalie Jonathan <[email protected]>

---------

Signed-off-by: Nathalie Jonathan <[email protected]>
2024-12-02 17:14:01 -05:00
nathaliellenaaanddblock b9e48dc847 Fix AuthorizationException with AWSV4SignerAsyncAuth when the doc ID has special characters. (#848)
* Lifecycle integration tests.

Signed-off-by: dblock <[email protected]>

* Added a test that makes sure the slash is properly encoded.

Signed-off-by: dblock <[email protected]>

* Added more tests for signer and _make_path.

Signed-off-by: Nathalie Jonathan <[email protected]>

* Prevent AIOHttpConnection from encoding the url a second time.

Signed-off-by: Nathalie Jonathan <[email protected]>

---------

Signed-off-by: dblock <[email protected]>
Signed-off-by: Nathalie Jonathan <[email protected]>
Co-authored-by: dblock <[email protected]>
2024-11-27 17:50:22 -05:00