aboutsummaryrefslogtreecommitdiff
path: root/src/api
Commit message (Expand)AuthorAgeFilesLines
* More permissive OPTIONS on S3 APIv0.6.1better-corsAlex Auvolat2022-03-012-18/+48
* Add tracing output to signature calculationAlex Auvolat2022-02-281-0/+3
* Process CORS earlier in pipelineAlex Auvolat2022-02-283-6/+38
* Support for PostObject (#222)trinity-1686a2022-02-2110-69/+642
* Add restriction on part ordering in CompleteMultipartUploadv0.6.0-rc1get-head-part-numberAlex Auvolat2022-01-251-0/+11
* Fix partnumberAlex Auvolat2022-01-251-91/+117
* Implement part_number for GetObjectAlex Auvolat2022-01-241-73/+146
* Multipart improvementsAlex Auvolat2022-01-244-31/+126
* Handle OPTIONS on website endpointbucket-corsAlex Auvolat2022-01-243-33/+6
* Implement {Put,Get,Delete}BucketCors and CORS in generalAlex Auvolat2022-01-246-14/+474
* use clamp instead of min(max())Trinity Pointard2022-01-241-4/+3
* Implement ListPartsQuentin Dufour2022-01-212-4/+389
* Add ListPartsResult structureQuentin Dufour2022-01-201-6/+121
* Add date verification to presigned urls (#196)trinity-1686a2022-01-185-30/+66
* refactor s3_router and api_server to make unused Endpoint parameters more obv...trinity-1686a2022-01-172-239/+129
* Fix Multipart Upload with WinSCP (#164) (#193)Jill2022-01-171-2/+7
* Support STREAMING-AWS4-HMAC-SHA256-PAYLOAD (#64) (#156)Jill2022-01-179-75/+484
* Make use of website config, return error document on errorAlex Auvolat2022-01-131-1/+1
* Implement GetBucketWebsiteAlex Auvolat2022-01-132-19/+55
* Add quotes in returned etagsimprove-copiesAlex Auvolat2022-01-134-53/+45
* Testing for UploadPartCopies and bugfixes in AWS signaturesAlex Auvolat2022-01-132-3/+7
* Implement UploadPartCopyAlex Auvolat2022-01-134-54/+399
* Implement x-amz-copy-if-xxx copy preconditions and return more headers on cop...Alex Auvolat2022-01-132-0/+107
* Implement ListMultipartUploads (#171)Quentin2022-01-126-253/+1087
* Clarify error messageAlex Auvolat2022-01-102-9/+10
* Fix unit testsAlex Auvolat2022-01-052-12/+44
* Fix some error codesAlex Auvolat2022-01-058-36/+53
* Implement DeleteBucketAlex Auvolat2022-01-053-6/+116
* Implement CreateBucketAlex Auvolat2022-01-052-16/+151
* Small changes in key model and refactoringnew-bucketsAlex Auvolat2022-01-042-5/+6
* New buckets for 0.6.0: make bucket id a SK and not a HK, CLI updatesAlex Auvolat2022-01-042-14/+10
* New buckets for 0.6.0: small changesAlex Auvolat2022-01-042-7/+5
* Remove website redirectsAlex Auvolat2022-01-041-9/+9
* Some movement of helper code and refactoring of error handlingAlex Auvolat2022-01-041-0/+10
* New buckets for 0.6.0: fix model and migrationAlex Auvolat2022-01-042-18/+43
* Fix forgotten flagAlex Auvolat2022-01-041-1/+1
* New buckets for 0.6.0: small fixes, including:Alex Auvolat2022-01-043-8/+4
* Model changesAlex Auvolat2022-01-043-20/+22
* New model for bucketsAlex Auvolat2022-01-0410-95/+208
* less strict ListBuckets (#178)trinity-1686a2021-12-151-5/+1
* BucketWebsite (#174)trinity-1686a2021-12-154-4/+318
* add proper request router for s3 api (#163)trinity-1686a2021-12-067-185/+1476
* Improved handling of HTTP rangestrinity-1686a2021-11-293-13/+35
* In ListBuckets, hide entry if no permsfeature/hide-buckets-without-permQuentin Dufour2021-11-221-0/+1
* Improve how node roles are assigned in Garagev0.5-beta1Alex Auvolat2021-11-161-4/+5
* update doc and commentsTrinity Pointard2021-11-162-4/+5
* clippyTrinity Pointard2021-11-161-1/+1
* fix issue where list on vhost-bucket would list bucket instead of bucket contentTrinity Pointard2021-11-161-73/+29
* add support for vhost-style s3 bucketTrinity Pointard2021-11-164-9/+217
* Fix clippy lints (fix #121)Alex Auvolat2021-10-265-33/+31