1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

buckets.write scope

This commit is contained in:
Damodar Lohani 2021-06-15 12:23:05 +05:45
parent aabcc8eb09
commit fe34b6685e
3 changed files with 6 additions and 0 deletions

View file

@ -13,6 +13,7 @@ $member = [
'documents.write',
'files.read',
'files.write',
'buckets.write',
'projects.read',
'projects.write',
'locale.read',
@ -28,6 +29,7 @@ $admins = [
'documents.write',
'files.read',
'files.write',
'buckets.write',
'users.read',
'users.write',
'collections.read',

View file

@ -31,6 +31,9 @@ return [ // List of publicly visible scopes
'files.write' => [
'description' => 'Access to create, update, and delete your project\'s storage files',
],
'buckets.write' => [
'description' => 'Access to create, update, and delete your project\'s storage buckets',
],
'functions.read' => [
'description' => 'Access to read your project\'s functions and code tags',
],

View file

@ -73,6 +73,7 @@ trait ProjectCustom
'documents.write',
'files.read',
'files.write',
'buckets.write',
'functions.read',
'functions.write',
'execution.read',