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
+2
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',
+3
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',
],
+1
View File
@@ -73,6 +73,7 @@ trait ProjectCustom
'documents.write',
'files.read',
'files.write',
'buckets.write',
'functions.read',
'functions.write',
'execution.read',