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

@@ -6,7 +6,7 @@ edition = "2024"
[features]
#default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "nats", "azure", "foundationdb"]
#default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "foundationdb"]
default = ["rocks"]
default = ["rocks", "s3"]
sqlite = ["store/sqlite", "directory/sqlite"]
foundationdb = ["store/foundation", "common/foundation"]
postgres = ["store/postgres", "directory/postgres"]