Allow write access to disk, because it's restricted by IAM policies

This commit is contained in:
Ingo Oppermann
2025-09-15 12:08:51 +02:00
parent f8cf04ee20
commit b359a4e920

View File

@@ -1432,7 +1432,7 @@ func (a *api) start(ctx context.Context) error {
{
Name: a.diskfs.Name(),
Mountpoint: "",
AllowWrite: false,
AllowWrite: true,
EnableAuth: false,
Username: "",
Password: "",