aboutsummaryrefslogtreecommitdiff
path: root/src/api/s3_router.rs
Commit message (Expand)AuthorAgeFilesLines
* First implementation of K2V (#293)Alex2022-05-101-1278/+0
* Remove strum crate dependency; add protobuf nix dependencyAlex Auvolat2022-03-141-3/+1
* Add tracing integration with opentelemetryAlex Auvolat2022-03-141-1/+3
* Process CORS earlier in pipelineAlex Auvolat2022-02-281-3/+6
* Support for PostObject (#222)trinity-1686a2022-02-211-0/+8
* Implement {Put,Get,Delete}BucketCors and CORS in generalAlex Auvolat2022-01-241-4/+11
* refactor s3_router and api_server to make unused Endpoint parameters more obv...trinity-1686a2022-01-171-199/+100
* Implement ListMultipartUploads (#171)Quentin2022-01-121-1/+1
* Clarify error messageAlex Auvolat2022-01-101-8/+8
* Fix unit testsAlex Auvolat2022-01-051-6/+28
* Implement DeleteBucketAlex Auvolat2022-01-051-1/+16
* less strict ListBuckets (#178)trinity-1686a2021-12-151-5/+1
* add proper request router for s3 api (#163)trinity-1686a2021-12-061-0/+1326