| Commit message (Expand) | Author | Age | Files | Lines |
* | Add tracing integration with opentelemetry | Alex Auvolat | 2022-03-14 | 1 | -1/+23 |
* | More permissive OPTIONS on S3 APIv0.6.1better-cors | Alex Auvolat | 2022-03-01 | 1 | -1/+1 |
* | Process CORS earlier in pipeline | Alex Auvolat | 2022-02-28 | 1 | -2/+5 |
* | Support for PostObject (#222) | trinity-1686a | 2022-02-21 | 1 | -5/+10 |
* | Multipart improvements | Alex Auvolat | 2022-01-24 | 1 | -2/+6 |
* | Handle OPTIONS on website endpointbucket-cors | Alex Auvolat | 2022-01-24 | 1 | -3/+3 |
* | Implement {Put,Get,Delete}BucketCors and CORS in general | Alex Auvolat | 2022-01-24 | 1 | -5/+37 |
* | use clamp instead of min(max()) | Trinity Pointard | 2022-01-24 | 1 | -4/+3 |
* | Implement ListParts | Quentin Dufour | 2022-01-21 | 1 | -0/+19 |
* | Add date verification to presigned urls (#196) | trinity-1686a | 2022-01-18 | 1 | -0/+3 |
* | refactor s3_router and api_server to make unused Endpoint parameters more obv... | trinity-1686a | 2022-01-17 | 1 | -40/+29 |
* | Support STREAMING-AWS4-HMAC-SHA256-PAYLOAD (#64) (#156) | Jill | 2022-01-17 | 1 | -3/+3 |
* | Implement GetBucketWebsite | Alex Auvolat | 2022-01-13 | 1 | -0/+1 |
* | Implement UploadPartCopy | Alex Auvolat | 2022-01-13 | 1 | -15/+20 |
* | Implement ListMultipartUploads (#171) | Quentin | 2022-01-12 | 1 | -12/+43 |
* | Fix some error codes | Alex Auvolat | 2022-01-05 | 1 | -1/+2 |
* | Implement DeleteBucket | Alex Auvolat | 2022-01-05 | 1 | -3/+4 |
* | Implement CreateBucket | Alex Auvolat | 2022-01-05 | 1 | -14/+7 |
* | New buckets for 0.6.0: small changes | Alex Auvolat | 2022-01-04 | 1 | -3/+1 |
* | New buckets for 0.6.0: small fixes, including: | Alex Auvolat | 2022-01-04 | 1 | -5/+3 |
* | Model changes | Alex Auvolat | 2022-01-04 | 1 | -3/+3 |
* | New model for buckets | Alex Auvolat | 2022-01-04 | 1 | -26/+83 |
* | BucketWebsite (#174) | trinity-1686a | 2021-12-15 | 1 | -0/+5 |
* | add proper request router for s3 api (#163) | trinity-1686a | 2021-12-06 | 1 | -151/+141 |
* | Improved handling of HTTP ranges | trinity-1686a | 2021-11-29 | 1 | -3/+8 |
* | update doc and comments | Trinity Pointard | 2021-11-16 | 1 | -1/+2 |
* | clippy | Trinity Pointard | 2021-11-16 | 1 | -1/+1 |
* | fix issue where list on vhost-bucket would list bucket instead of bucket content | Trinity Pointard | 2021-11-16 | 1 | -73/+29 |
* | add support for vhost-style s3 bucket | Trinity Pointard | 2021-11-16 | 1 | -9/+101 |
* | Fix clippy lints (fix #121) | Alex Auvolat | 2021-10-26 | 1 | -19/+16 |
* | Add basic support for the "Versioning" command | Quentin Dufour | 2021-05-14 | 1 | -0/+3 |
* | fix clippy warnings on api | Trinity Pointard | 2021-05-03 | 1 | -24/+24 |
* | S3 API: support ListBuckets | Quentin Dufour | 2021-05-03 | 1 | -2/+4 |
* | Many S3 compatibility improvements:v0.2.1.5 | Alex Auvolat | 2021-04-28 | 1 | -8/+18 |
* | document api crate | Trinity Pointard | 2021-04-27 | 1 | -0/+1 |
* | add support for caching headers | Trinity Pointard | 2021-03-18 | 1 | -1/+1 |
* | Time and metadata improvements | Alex Auvolat | 2021-03-15 | 1 | -1/+4 |
* | Cargo fmt | Alex Auvolat | 2021-02-23 | 1 | -3/+8 |
* | More precise logging (warn only when returning a 500) | Alex Auvolat | 2021-02-20 | 1 | -1/+5 |
* | Add verification of part numbers in CompleteMultipartUpload (WIP #30) | Alex Auvolat | 2021-02-20 | 1 | -2/+2 |
* | Add compatibility list | Alex Auvolat | 2021-02-19 | 1 | -1/+1 |
* | Implement ListObjectsV2 | Alex Auvolat | 2021-02-19 | 1 | -24/+2 |
* | Fix S3 ListObjects result and replace println!s by debug!s0.1.1b | Alex Auvolat | 2021-01-16 | 1 | -2/+2 |
* | Refactor error management in API parterror-refactoring | Alex Auvolat | 2020-11-08 | 1 | -11/+8 |
* | Modif parse_bucket_key to fail when bucket is ""feature/unit-tests | Alex Auvolat | 2020-11-08 | 1 | -10/+19 |
* | Add a second test | Quentin | 2020-11-07 | 1 | -1/+12 |
* | Fix formatting | Quentin | 2020-11-07 | 1 | -2/+2 |
* | Add a test for parse_bucket_key | Quentin | 2020-11-07 | 1 | -0/+17 |
* | Validate content MD5 and SHA256 sums for PutObject and UploadPart | Alex Auvolat | 2020-07-15 | 1 | -3/+12 |
* | Apply cargo fmt; add trace output when request signature is bad | Alex Auvolat | 2020-07-08 | 1 | -4/+1 |