cluster/services/storage: disable-expect100
This commit is contained in:
parent
a087445358
commit
2d1d8c5370
1 changed files with 1 additions and 0 deletions
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue