aboutsummaryrefslogtreecommitdiff
path: root/src/k2v-client/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* [dep-upgrade-202402] cargo clippy fixesAlex Auvolat2024-02-081-1/+1
|
* [dep-upgrade-202402] upgrade to http/hyper 1.x for testsAlex Auvolat2024-02-051-7/+11
|
* [dep-upgrade-202402] prepare migration to http/hyper 1.0Alex Auvolat2024-02-051-3/+7
|
* [dep-upgrade-202402] update aws-sdk dependenciesAlex Auvolat2024-02-051-8/+30
|
* introduce dedicated return type for PollRangetrinity-1686a2023-06-241-2/+15
|
* Fix k2v_client with unicode in partition keysAlex Auvolat2023-05-221-1/+7
|
* Port k2v-client to aws-sigv4 since rusoto_signature is deprecatedAlex Auvolat2023-05-191-131/+164
|
* cargo fmtk2v-client-fixesAlex Auvolat2023-05-161-3/+5
|
* fix base64 usesAlex Auvolat2023-05-161-4/+5
|
* k2v-client libary poll_range and CLI poll-rangeAlex Auvolat2023-01-111-1/+88
|
* Fix poll item when item didn't changek2v-poll-fixAlex Auvolat2022-07-041-4/+4
|
* K2V client improvements (#307)v0.7.2Alex2022-05-241-0/+611
- [x] Better distinguish error types - [x] Parse error messages received from server - [x] Remove `src/` folder layer, we don't have that for other crates Co-authored-by: Alex Auvolat <alex@adnab.me> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/307 Co-authored-by: Alex <alex@adnab.me> Co-committed-by: Alex <alex@adnab.me>