aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enable k2v feature flag in CIv0.7.1-admin-k2v-2admin-api-k2vAlex Auvolat2022-05-231-2/+3
* Make authorization token mandatory for admin APIAlex Auvolat2022-05-231-8/+18
* Update documentation with warningAlex Auvolat2022-05-231-35/+44
* Merge branch 'main' into admin-apiAlex Auvolat2022-05-1814-199/+1721
|\
| * Add a K2V client library and CLI (#303)trinity-1686a2022-05-1814-199/+1721
* | 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-176-5/+53
* | Implement ConnectClusterNodesAlex Auvolat2022-05-175-4/+74
* | Prefix all APIs with `v0/`Alex Auvolat2022-05-172-48/+48
* | Add PutBucketWebsite and DeleteBucketWebsite to admin apiAlex Auvolat2022-05-174-0/+94
* | Specify and implement {Global,Local}{Alias,Unalias}BucketAlex Auvolat2022-05-174-9/+133
* | 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-173-9/+137
|\|
| * 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
| * Fix ReadIndex spec and add JSON5 remark to docfix-k2v-docAlex Auvolat2022-05-161-7/+44
* | 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-125-7/+137
* | DeleteBucketAlex Auvolat2022-05-124-1/+66
* | CreateBucketAlex Auvolat2022-05-123-6/+108
* | ListBucket and GetBucketInfoAlex Auvolat2022-05-126-13/+355
* | Short doc on UpdateKeyAlex Auvolat2022-05-111-1/+11
* | Implement CreateKey, DeleteKey and rudimentary UpdateKeyAlex Auvolat2022-05-117-105/+227
* | First key endpoints: ListKeys and GetKeyInfoAlex Auvolat2022-05-115-5/+268
* | Add API access key admin endpointsAlex Auvolat2022-05-115-24/+117
* | Update Cargo.nix and improve log messageAlex Auvolat2022-05-102-112/+95
* | Refactor code for apply/revert, implement Update/Apply/RevertLayoutAlex Auvolat2022-05-1013-63/+179
* | Specify remaining cluster-related endpointsAlex Auvolat2022-05-102-3/+78
* | Add first draft of admin apiAlex Auvolat2022-05-101-0/+135
* | 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-1016-220/+228
|/