hacky regression test for #1416 / #1526 (#1528)

Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/1528
This commit is contained in:
Alex Auvolat
2026-09-07 08:18:48 +00:00
committed by Alex
parent ceadd2c0d2
commit b30ad6dfcc
+4
View File
@@ -47,6 +47,10 @@ bootstrap_peers = []
$REPLICATION_MODE
rpc_secret = "$NETWORK_SECRET"
[consul_discovery]
service_name = "panic-catcher"
consul_http_addr = "http://localhost:9876"
[s3_api]
api_bind_addr = "0.0.0.0:$((3910+$count))" # the S3 API port, HTTP without TLS. Add a reverse proxy for the TLS part.
s3_region = "garage" # set this to anything. S3 API calls will fail if they are not made against the region set here.