aboutsummaryrefslogtreecommitdiff
path: root/src/api
Commit message (Expand)AuthorAgeFilesLines
* cargo fmtadmin-apiAlex Auvolat2022-05-241-2/+2
* Fix some docs and change syntax of CreateBucket permissionsAlex Auvolat2022-05-241-3/+10
* Make authorization token mandatory for admin APIAlex Auvolat2022-05-231-8/+18
* Refactor bucket emptiness check and add k2v checkAlex Auvolat2022-05-182-24/+2
* Fix fmtAlex Auvolat2022-05-183-9/+3
* Rename error varian for ClippyAlex Auvolat2022-05-184-29/+29
* Implement ImportKeyAlex Auvolat2022-05-174-0/+37
* Implement ConnectClusterNodesAlex Auvolat2022-05-173-0/+36
* 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-171-1/+5
|\
| * K2V: Fix `end` parameter and add tests (fix #305)fix-k2v-305Alex Auvolat2022-05-171-1/+5
* | 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-1320-250/+202
* | Separate error types for k2v and signatureAlex Auvolat2022-05-1314-13/+203
* | More error refactoringAlex Auvolat2022-05-1311-54/+15
* | Rename error::Error to s3::error::ErrorAlex Auvolat2022-05-1325-24/+23
* | Error refactoringAlex Auvolat2022-05-1322-180/+122
* | 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-136-49/+62
* | Fix clippyAlex Auvolat2022-05-122-6/+2
* | Slightly more detailed error reporting from helperAlex Auvolat2022-05-121-0/+5
* | 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-112-11/+89
* | First key endpoints: ListKeys and GetKeyInfoAlex Auvolat2022-05-114-3/+195
* | Add API access key admin endpointsAlex Auvolat2022-05-114-24/+68
* | Refactor code for apply/revert, implement Update/Apply/RevertLayoutAlex Auvolat2022-05-104-12/+91
* | Specify remaining cluster-related endpointsAlex Auvolat2022-05-101-0/+2
* | Fmt & cleanupAlex Auvolat2022-05-102-32/+58
* | Implement /status Admin endpointAlex Auvolat2022-05-104-2/+85
* | Refactor admin API to be in api/admin and use common codeAlex Auvolat2022-05-105-0/+193
|/
* First implementation of K2V (#293)Alex2022-05-1030-981/+2401
* fix clippyfix-multipart-fragmentationAlex Auvolat2022-04-191-1/+1
* Prettier code for defragmentationAlex Auvolat2022-04-191-104/+102
* Defragmentation in UploadPartCopy: first pass (not pretty but it compiles)Alex Auvolat2022-04-191-63/+122
* remove size limitation in UploadPartCopy (#280)withinboredom2022-04-191-12/+0
* fix a clippy lintAlex Auvolat2022-03-281-1/+1
* Move block manager to separate moduleAlex Auvolat2022-03-232-1/+2
* add test framework for arbitraty S3 requeststrinity-1686a2022-03-232-9/+8