cluster/services/storage: use s3v4 signatures for external storage
This commit is contained in:
parent
087076e0f0
commit
d8c0fd5ea2
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue