aboutsummaryrefslogtreecommitdiff
path: root/src/api/s3/api_server.rs
Commit message (Expand)AuthorAgeFilesLines
* [header-override-650] implement header overriding in GetObject (fix #650)header-override-650Alex Auvolat2024-02-091-2/+20
* [multi-char-delimiter-692] allow multi-character delimiters in List* (fix #692)Alex Auvolat2024-02-091-3/+3
* [dep-upgrade-202402] fix shutdown issue introduced when upgrading hyperdep-upgrade-202402Alex Auvolat2024-02-081-3/+3
* [dep-upgrade-202402] migration to http/hyper 1.0 for k2v apiAlex Auvolat2024-02-051-1/+2
* [dep-upgrade-202402] wip: port to http/hyper crates v1Alex Auvolat2024-02-051-8/+10
* Allow 0 as a part number markerasonix2023-11-211-1/+1
* Merge branch 'main' into nextv0.9.0-rc1Alex Auvolat2023-10-031-3/+3
|\
| * api: allow custom unix bind mode and use 0o220 for admin servernetworkException2023-10-031-1/+1
| * everywhere: support unix sockets when binding in various placesnetworkException2023-09-291-2/+2
* | s3 bucket apis: remove redundant callAlex Auvolat2023-08-301-6/+8
* | s3: add xml structures to serialize/deserialize lifecycle configsAlex Auvolat2023-08-291-0/+6
* | fix test; simplify codeAlex Auvolat2023-06-091-4/+4
* | Adapt S3 API code to use new multipart upload modelsAlex Auvolat2023-06-091-0/+1
|/
* Make all HTTP services optionnalAlex Auvolat2022-09-071-8/+6
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-2/+2
* Send CORS headers for all requestsbug/corsQuentin Dufour2022-06-131-9/+2
* First version of admin API (#298)Alex2022-05-241-15/+13
* First implementation of K2V (#293)Alex2022-05-101-0/+401