aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver-test/objectstore-tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add S3Client integration tests for HttpObjectStoreServiceStefan Boberg3 days1-1/+91
| | | | | | | - Add objectstore.s3client test exercising PUT, GET, overwrite, HEAD, and LIST operations against the objectstore via S3Client API - URL-decode the prefix query param in ListBucket so percent-encoded values (e.g. %2F for /) from S3-compatible clients work correctly
* fix objectstore uri path parsing (#801)Dan Engelbrecht2026-03-031-0/+74
* add objectstore tests * in http router, for last matcher, test if it matches the remaining part of the uri