mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
update large file upload test to not include update permission
This commit is contained in:
@@ -107,9 +107,7 @@ trait StorageBase
|
||||
'fileId' => $fileId,
|
||||
'file' => $curlFile,
|
||||
'permissions' => [
|
||||
Permission::read(Role::any()),
|
||||
Permission::update(Role::any()),
|
||||
Permission::delete(Role::any()),
|
||||
Permission::read(Role::any())
|
||||
],
|
||||
]);
|
||||
$counter++;
|
||||
|
||||
Reference in New Issue
Block a user