Merge branch 'feat-storage-buckets' into feat-separate-files-collection-per-bucket

This commit is contained in:
Damodar Lohani 2021-09-07 11:13:02 +05:45
commit 9becb87117

View file

@ -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']