aboutsummaryrefslogtreecommitdiff
path: root/src/api/admin/key.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement ImportKeyAlex Auvolat2022-05-171-0/+25
* Return website config in GetBucketInfo, use serde(rename_all)Alex Auvolat2022-05-171-5/+4
* More precisions in errors & small refactoringAlex Auvolat2022-05-131-19/+6
* More error refactoringAlex Auvolat2022-05-131-1/+1
* Common error type and admin error type that uses itAlex Auvolat2022-05-131-8/+8
* BucketAllowKey and BucketDenyKeyAlex Auvolat2022-05-121-4/+7
* ListBucket and GetBucketInfoAlex Auvolat2022-05-121-10/+6
* Implement CreateKey, DeleteKey and rudimentary UpdateKeyAlex Auvolat2022-05-111-11/+84
* First key endpoints: ListKeys and GetKeyInfoAlex Auvolat2022-05-111-0/+181