mirror of
https://github.com/datarhei/core.git
synced 2025-12-24 13:07:56 +08:00
Allow write access to disk, because it's restricted by IAM policies
This commit is contained in:
@@ -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: "",
|
||||
|
||||
Reference in New Issue
Block a user