Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Apr 5, 2024
1 parent 1fc3ca7 commit c78555c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/policyEvaluator/utils/actionMaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ const sharedActionMap = {
};

const actionMapBucketQuotas = {
getBucketQuota: 'scality:GetBucketQuota',
updateBucketQuota: 'scality:UpdateBucketQuota',
deleteBucketQuota: 'scality:DeleteBucketQuota',
bucketGetQuota: 'scality:GetBucketQuota',
bucketUpdateQuota: 'scality:UpdateBucketQuota',
bucketDeleteQuota: 'scality:DeleteBucketQuota',
};

// action map used for request context
Expand Down

0 comments on commit c78555c

Please sign in to comment.