| Commit message (Expand) | Author | Age | Files | Lines |
* | improve internal item counter mechanisms and implement bucket quotas (#326) | Alex | 2022-06-15 | 7 | -75/+186 |
* | Send CORS headers for all requestsbug/cors | Quentin Dufour | 2022-06-13 | 1 | -9/+2 |
* | Abstract database behind generic interface and implement alternative drivers ... | Alex | 2022-06-08 | 1 | -0/+2 |
* | Fix Content-Type headers for {admin,k2v} errors and admin responsesfix/admin-api-content-type | Alex Auvolat | 2022-05-25 | 8 | -43/+30 |
* | First version of admin API (#298) | Alex | 2022-05-24 | 39 | -410/+2134 |
* | K2V: Fix `end` parameter and add tests (fix #305)fix-k2v-305 | Alex Auvolat | 2022-05-17 | 1 | -1/+5 |
* | First implementation of K2V (#293) | Alex | 2022-05-10 | 30 | -981/+2401 |
* | fix clippyfix-multipart-fragmentation | Alex Auvolat | 2022-04-19 | 1 | -1/+1 |
* | Prettier code for defragmentation | Alex Auvolat | 2022-04-19 | 1 | -104/+102 |
* | Defragmentation in UploadPartCopy: first pass (not pretty but it compiles) | Alex Auvolat | 2022-04-19 | 1 | -63/+122 |
* | remove size limitation in UploadPartCopy (#280) | withinboredom | 2022-04-19 | 1 | -12/+0 |
* | fix a clippy lint | Alex Auvolat | 2022-03-28 | 1 | -1/+1 |
* | Move block manager to separate module | Alex Auvolat | 2022-03-23 | 2 | -1/+2 |
* | add test framework for arbitraty S3 requests | trinity-1686a | 2022-03-23 | 2 | -9/+8 |
* | garage_api: Update streaming payload stream unit tests | KokaKiwi | 2022-03-23 | 1 | -1/+1 |
* | garage_api: Handle streaming payload early in request handling | KokaKiwi | 2022-03-23 | 3 | -57/+61 |
* | Fix some new clippy lintsfix-resync | Alex Auvolat | 2022-03-14 | 4 | -12/+6 |
* | Bump version to 0.7 because of incompatible Netapp | Alex Auvolat | 2022-03-14 | 1 | -4/+4 |
* | Add metrics to web endpoint | Alex Auvolat | 2022-03-14 | 1 | -10/+11 |
* | Add metrics to API endpoint | Alex Auvolat | 2022-03-14 | 1 | -19/+94 |
* | Remove strum crate dependency; add protobuf nix dependency | Alex Auvolat | 2022-03-14 | 3 | -7/+2 |
* | Update to Netapp 0.4 which supports distributed tracing | Alex Auvolat | 2022-03-14 | 1 | -3/+7 |
* | Add tracing integration with opentelemetry | Alex Auvolat | 2022-03-14 | 4 | -4/+33 |
* | More permissive OPTIONS on S3 APIv0.6.1better-cors | Alex Auvolat | 2022-03-01 | 2 | -18/+48 |
* | Add tracing output to signature calculation | Alex Auvolat | 2022-02-28 | 1 | -0/+3 |
* | Process CORS earlier in pipeline | Alex Auvolat | 2022-02-28 | 3 | -6/+38 |
* | Support for PostObject (#222) | trinity-1686a | 2022-02-21 | 10 | -69/+642 |
* | Add restriction on part ordering in CompleteMultipartUploadv0.6.0-rc1get-head-part-number | Alex Auvolat | 2022-01-25 | 1 | -0/+11 |
* | Fix partnumber | Alex Auvolat | 2022-01-25 | 1 | -91/+117 |
* | Implement part_number for GetObject | Alex Auvolat | 2022-01-24 | 1 | -73/+146 |
* | Multipart improvements | Alex Auvolat | 2022-01-24 | 4 | -31/+126 |
* | Handle OPTIONS on website endpointbucket-cors | Alex Auvolat | 2022-01-24 | 3 | -33/+6 |
* | Implement {Put,Get,Delete}BucketCors and CORS in general | Alex Auvolat | 2022-01-24 | 6 | -14/+474 |
* | use clamp instead of min(max()) | Trinity Pointard | 2022-01-24 | 1 | -4/+3 |
* | Implement ListParts | Quentin Dufour | 2022-01-21 | 2 | -4/+389 |
* | Add ListPartsResult structure | Quentin Dufour | 2022-01-20 | 1 | -6/+121 |
* | Add date verification to presigned urls (#196) | trinity-1686a | 2022-01-18 | 5 | -30/+66 |
* | refactor s3_router and api_server to make unused Endpoint parameters more obv... | trinity-1686a | 2022-01-17 | 2 | -239/+129 |
* | Fix Multipart Upload with WinSCP (#164) (#193) | Jill | 2022-01-17 | 1 | -2/+7 |
* | Support STREAMING-AWS4-HMAC-SHA256-PAYLOAD (#64) (#156) | Jill | 2022-01-17 | 9 | -75/+484 |
* | Make use of website config, return error document on error | Alex Auvolat | 2022-01-13 | 1 | -1/+1 |
* | Implement GetBucketWebsite | Alex Auvolat | 2022-01-13 | 2 | -19/+55 |
* | Add quotes in returned etagsimprove-copies | Alex Auvolat | 2022-01-13 | 4 | -53/+45 |
* | Testing for UploadPartCopies and bugfixes in AWS signatures | Alex Auvolat | 2022-01-13 | 2 | -3/+7 |
* | Implement UploadPartCopy | Alex Auvolat | 2022-01-13 | 4 | -54/+399 |
* | Implement x-amz-copy-if-xxx copy preconditions and return more headers on cop... | Alex Auvolat | 2022-01-13 | 2 | -0/+107 |
* | Implement ListMultipartUploads (#171) | Quentin | 2022-01-12 | 6 | -253/+1087 |
* | Clarify error message | Alex Auvolat | 2022-01-10 | 2 | -9/+10 |
* | Fix unit tests | Alex Auvolat | 2022-01-05 | 2 | -12/+44 |
* | Fix some error codes | Alex Auvolat | 2022-01-05 | 8 | -36/+53 |