cluster/services/storage: use s3v4 signatures for external storage

This commit is contained in:
Max Headroom 2024-06-04 16:14:33 +02:00
parent 087076e0f0
commit d8c0fd5ea2

View file

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