cluster/services/storage: disable-expect100

This commit is contained in:
Max Headroom 2023-11-05 01:11:17 +01:00
parent a087445358
commit 2d1d8c5370

View file

@ -10,6 +10,7 @@ in
mountpoint = "/srv/storage";
authFile = ./secrets/external-storage-auth-${hostName}.age;
backend = "s3c://${cluster.config.links.garageS3.hostname}/storage-${hostName}";
backendOptions = [ "disable-expect100" ];
};
};
}