mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update deletes.php
This commit is contained in:
@@ -571,6 +571,7 @@ class DeletesV1 extends Worker
|
||||
$linodeBucket = App::getEnv('_APP_STORAGE_LINODE_BUCKET', '');
|
||||
$linodeAcl = 'private';
|
||||
return new Linode($root, $linodeAccessKey, $linodeSecretKey, $linodeBucket, $linodeRegion, $linodeAcl);
|
||||
break;
|
||||
}
|
||||
|
||||
$device->deletePath($document->getId());
|
||||
|
||||
Reference in New Issue
Block a user