aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make authorization token mandatory for admin APIAlex Auvolat2022-05-231-8/+18
* Merge branch 'main' into admin-apiAlex Auvolat2022-05-1810-29/+1138
|\
| * Add a K2V client library and CLI (#303)trinity-1686a2022-05-1810-29/+1138
* | Refactor bucket emptiness check and add k2v checkAlex Auvolat2022-05-184-38/+49
* | Fix fmtAlex Auvolat2022-05-183-9/+3
* | Rename error varian for ClippyAlex Auvolat2022-05-184-29/+29
* | Implement ImportKeyAlex Auvolat2022-05-175-5/+39
* | Implement ConnectClusterNodesAlex Auvolat2022-05-174-4/+44
* | Prefix all APIs with `v0/`Alex Auvolat2022-05-171-24/+24
* | Add PutBucketWebsite and DeleteBucketWebsite to admin apiAlex Auvolat2022-05-173-0/+73
* | Specify and implement {Global,Local}{Alias,Unalias}BucketAlex Auvolat2022-05-173-9/+114
* | refactorAlex Auvolat2022-05-171-19/+9
* | Fix error codeAlex Auvolat2022-05-172-2/+2
* | Return website config in GetBucketInfo, use serde(rename_all)Alex Auvolat2022-05-173-55/+67
* | Merge branch 'main' into admin-apiAlex Auvolat2022-05-172-2/+93
|\|
| * K2V: Fix `end` parameter and add tests (fix #305)fix-k2v-305Alex Auvolat2022-05-172-2/+93
| * Make background runner terminate correctlyAlex Auvolat2022-05-171-15/+22
* | Remove useless string conversionsAlex Auvolat2022-05-136-29/+23
* | Revert useless thingAlex Auvolat2022-05-131-3/+1
* | More precisions in errors & small refactoringAlex Auvolat2022-05-136-43/+35
* | Json body for custom errorsAlex Auvolat2022-05-133-11/+67
* | More error refactoringAlex Auvolat2022-05-1322-259/+209
* | Separate error types for k2v and signatureAlex Auvolat2022-05-1314-13/+203
* | More error refactoringAlex Auvolat2022-05-1312-54/+37
* | Rename error::Error to s3::error::ErrorAlex Auvolat2022-05-1327-28/+27
* | Error refactoringAlex Auvolat2022-05-1324-206/+135
* | Common error type and admin error type that uses itAlex Auvolat2022-05-1311-29/+249
* | Possibility of different error types for different APIsAlex Auvolat2022-05-137-50/+64
* | Fix clippyAlex Auvolat2022-05-122-6/+2
* | Slightly more detailed error reporting from helperAlex Auvolat2022-05-125-15/+22
* | SimplifyAlex Auvolat2022-05-122-16/+6
* | BucketAllowKey and BucketDenyKeyAlex Auvolat2022-05-124-7/+92
* | DeleteBucketAlex Auvolat2022-05-122-0/+63
* | CreateBucketAlex Auvolat2022-05-122-4/+105
* | ListBucket and GetBucketInfoAlex Auvolat2022-05-125-13/+241
* | Implement CreateKey, DeleteKey and rudimentary UpdateKeyAlex Auvolat2022-05-117-105/+227
* | First key endpoints: ListKeys and GetKeyInfoAlex Auvolat2022-05-114-3/+195
* | Add API access key admin endpointsAlex Auvolat2022-05-114-24/+68
* | Update Cargo.nix and improve log messageAlex Auvolat2022-05-101-1/+1
* | Refactor code for apply/revert, implement Update/Apply/RevertLayoutAlex Auvolat2022-05-1011-62/+175
* | Specify remaining cluster-related endpointsAlex Auvolat2022-05-101-0/+2
* | Fmt & cleanupAlex Auvolat2022-05-103-33/+58
* | Implement /status Admin endpointAlex Auvolat2022-05-105-49/+152
* | Make background runner terminate correctlyAlex Auvolat2022-05-102-15/+23
* | Refactor admin API to be in api/admin and use common codeAlex Auvolat2022-05-1014-200/+221
|/
* First implementation of K2V (#293)Alex2022-05-1078-1141/+5520
* Update netapp to 0.4.4, fix #300v0.7.1netapp-0.4.4Alex Auvolat2022-05-091-1/+1
* Fix `layout show` to not show changes when there are no changes (#297)Alex2022-05-092-5/+22
* fix clippyfix-multipart-fragmentationAlex Auvolat2022-04-191-1/+1
* Prettier code for defragmentationAlex Auvolat2022-04-191-104/+102