aboutsummaryrefslogtreecommitdiff
path: root/src/api/admin/bucket.rs
Commit message (Expand)AuthorAgeFilesLines
* admin api: base infrastructure for local endpointsAlex Auvolat2025-02-031-21/+61
* cli_v2: migrate cleanupincompleteuploads to Admin APIAlex Auvolat2025-02-031-0/+21
* Merge branch 'main' into next-v2Alex Auvolat2025-02-011-4/+5
|\
| * fix things upAlex Auvolat2025-01-311-2/+3
| * wip: split garage_api into garage_api_{common,s3,k2v,admin}Alex Auvolat2025-01-311-5/+5
* | admin api: convert most bucket operationsAlex Auvolat2025-01-301-4/+10
* | admin api: clearer syntax for AddBucketAlias and RemoveBucketAliasAlex Auvolat2025-01-291-19/+17
* | admin api: merge calls to manage global/local aliasesAlex Auvolat2025-01-291-60/+38
* | admin api: rename allow/deny api calls in api v2Alex Auvolat2025-01-291-10/+10
* | admin api: rename bucket aliasing operationsAlex Auvolat2025-01-291-20/+20
* | admin api: update semantics of some endpoints, and update docAlex Auvolat2025-01-291-4/+4
* | admin api: new router_v2 with unified path syntaxAlex Auvolat2025-01-291-2/+2
* | admin api: make all handlers impls of a single traitAlex Auvolat2025-01-291-238/+284
* | admin api: create structs for all requests/responess in src/api/admin/api.rsAlex Auvolat2025-01-291-151/+59
|/
* Merge branch 'main' into next-0.10Alex Auvolat2024-02-221-37/+26
|\
| * [lock-createbucket] Add node-global lock for bucket/key operations (fix #723)lock-createbucketAlex Auvolat2024-02-221-37/+26
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-131-20/+21
|\|
| * [dep-upgrade-202402] migration to http/hyper 1.0 for k2v apiAlex Auvolat2024-02-051-3/+3
| * [dep-upgrade-202402] wip: port to http/hyper crates v1Alex Auvolat2024-02-051-17/+18
* | avoid using layout_watch in System directlyAlex Auvolat2023-11-081-2/+2
* | remove Ring and use ClusterLayout everywhereAlex Auvolat2023-11-081-2/+2
|/
* comments and clippy lint fixesAlex Auvolat2023-06-091-2/+2
* fix mpu counter (add missing workers) and report info at appropriate placesAlex Auvolat2023-06-091-6/+18
* More clippy fixesAlex Auvolat2023-01-261-2/+2
* Fix typo in admin API on BucketInfoQuentin Dufour2022-11-111-2/+2
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-29/+67
* Fix Content-Type headers for {admin,k2v} errors and admin responsesfix/admin-api-content-typeAlex Auvolat2022-05-251-10/+3
* First version of admin API (#298)Alex2022-05-241-0/+549