mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge branch 'feat-storage-buckets' into feat-separate-files-collection-per-bucket
This commit is contained in:
commit
9becb87117
1 changed files with 1 additions and 0 deletions
|
|
@ -244,6 +244,7 @@ trait WebhooksBase
|
|||
'x-appwrite-project' => $this->getProject()['$id'],
|
||||
'x-appwrite-key' => $this->getProject()['apiKey']
|
||||
]), [
|
||||
'bucketId' => 'unique()',
|
||||
'name' => 'Test Bucket',
|
||||
'read' => ['role:all'],
|
||||
'write' => ['role:all']
|
||||
|
|
|
|||
Loading…
Reference in a new issue