| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Implement DeleteBucket | Alex Auvolat | 2022-01-05 | 3 | -6/+116 |
* | Implement CreateBucket | Alex Auvolat | 2022-01-05 | 2 | -16/+151 |
* | Small changes in key model and refactoringnew-buckets | Alex Auvolat | 2022-01-04 | 2 | -5/+6 |
* | New buckets for 0.6.0: make bucket id a SK and not a HK, CLI updates | Alex Auvolat | 2022-01-04 | 2 | -14/+10 |
* | New buckets for 0.6.0: small changes | Alex Auvolat | 2022-01-04 | 2 | -7/+5 |
* | Remove website redirects | Alex Auvolat | 2022-01-04 | 1 | -9/+9 |
* | Some movement of helper code and refactoring of error handling | Alex Auvolat | 2022-01-04 | 1 | -0/+10 |
* | New buckets for 0.6.0: fix model and migration | Alex Auvolat | 2022-01-04 | 2 | -18/+43 |
* | Fix forgotten flag | Alex Auvolat | 2022-01-04 | 1 | -1/+1 |
* | New buckets for 0.6.0: small fixes, including: | Alex Auvolat | 2022-01-04 | 3 | -8/+4 |
* | Model changes | Alex Auvolat | 2022-01-04 | 3 | -20/+22 |
* | New model for buckets | Alex Auvolat | 2022-01-04 | 10 | -95/+208 |
* | less strict ListBuckets (#178) | trinity-1686a | 2021-12-15 | 1 | -5/+1 |
* | BucketWebsite (#174) | trinity-1686a | 2021-12-15 | 4 | -4/+318 |
* | add proper request router for s3 api (#163) | trinity-1686a | 2021-12-06 | 7 | -185/+1476 |
* | Improved handling of HTTP ranges | trinity-1686a | 2021-11-29 | 3 | -13/+35 |
* | In ListBuckets, hide entry if no permsfeature/hide-buckets-without-perm | Quentin Dufour | 2021-11-22 | 1 | -0/+1 |