S3: Add verifyAfterWrite option to verify that objects have persisted after writing

This commit is contained in:
Maurus Decimus
2026-04-28 14:33:20 +02:00
parent 4111f29c3f
commit 3e07a0fb19
10 changed files with 71 additions and 8 deletions

View File

@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. This projec
If you are upgrading from v0.16.x, replace the binary (or run `docker pull`). If you are upgrading from v0.15.x and below, please read the [upgrading documentation](https://github.com/stalwartlabs/stalwart/blob/main/UPGRADING/v0_16.md) for more information on how to upgrade from previous versions.
## Added
- S3: `verifyAfterWrite` option to verify that objects have persisted after writing.
## Changed
- Allow HTTP to be used for configuring the server.