Run integration tests against S3

Last modified by Michael Hamann on 2025/11/17 15:05

Docker-based integration tests can be executed with S3 as blob store using theĀ -Dxwiki.test.ui.blobStore=s3 command line flag. A MinIO instance is automatically started and configured as blob store in this case. This can be used to verify that the tested code isn't relying on blobs being stored in the file system when using the blob store API.

Get Connected