aboutsummaryrefslogtreecommitdiff
path: root/src/api/s3_cors.rs
Commit message (Collapse)AuthorAgeFilesLines
* More permissive OPTIONS on S3 APIv0.6.1better-corsAlex Auvolat2022-03-011-17/+47
|
* Process CORS earlier in pipelineAlex Auvolat2022-02-281-1/+27
|
* Handle OPTIONS on website endpointbucket-corsAlex Auvolat2022-01-241-20/+2
|
* Implement {Put,Get,Delete}BucketCors and CORS in generalAlex Auvolat2022-01-241-0/+409
- OPTIONS request against API endpoint - Returning corresponding CORS headers on API calls - Returning corresponding CORS headers on website GET's