1
0
Fork 0
mirror of synced 2024-06-18 10:44:51 +12:00

buckets.read scope

This commit is contained in:
Damodar Lohani 2021-06-15 13:08:06 +05:45
parent 3a9e6f8295
commit 382aab0dee
2 changed files with 5 additions and 0 deletions

View file

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

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.read' => [
'description' => 'Access to read your project\'s storage buckets',
],
'buckets.write' => [
'description' => 'Access to create, update, and delete your project\'s storage buckets',
],