aboutsummaryrefslogtreecommitdiff
path: root/src/api/admin/bucket.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add PutBucketWebsite and DeleteBucketWebsite to admin apiAlex Auvolat2022-05-171-0/+59
|
* Specify and implement {Global,Local}{Alias,Unalias}BucketAlex Auvolat2022-05-171-8/+70
|
* refactorAlex Auvolat2022-05-171-19/+9
|
* Fix error codeAlex Auvolat2022-05-171-1/+1
|
* Return website config in GetBucketInfo, use serde(rename_all)Alex Auvolat2022-05-171-48/+61
|
* More precisions in errors & small refactoringAlex Auvolat2022-05-131-5/+4
|
* More error refactoringAlex Auvolat2022-05-131-2/+3
|
* More error refactoringAlex Auvolat2022-05-131-2/+2
|
* Error refactoringAlex Auvolat2022-05-131-2/+2
|
* Common error type and admin error type that uses itAlex Auvolat2022-05-131-11/+11
|
* Fix clippyAlex Auvolat2022-05-121-2/+2
|
* SimplifyAlex Auvolat2022-05-121-14/+0
|
* BucketAllowKey and BucketDenyKeyAlex Auvolat2022-05-121-3/+76
|
* DeleteBucketAlex Auvolat2022-05-121-0/+62
|
* CreateBucketAlex Auvolat2022-05-121-4/+104
|
* ListBucket and GetBucketInfoAlex Auvolat2022-05-121-0/+208