Allow write access to disk, because it's restricted by IAM policies
This commit is contained in:
parent
f8cf04ee20
commit
b359a4e920
@ -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: "",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user