mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix bucket role
This commit is contained in:
+1
-1
@@ -142,7 +142,7 @@ $http->on('start', function (Server $http) use ($payloadSize, $register) {
|
||||
'adapter' => '',
|
||||
'encryption' => true,
|
||||
'antiVirus' => true,
|
||||
'$read' => [],
|
||||
'$read' => ['role:all'],
|
||||
'$write' => ['role:all'],
|
||||
'search' => 'buckets Default',
|
||||
]));
|
||||
|
||||
Reference in New Issue
Block a user