File tree Expand file tree Collapse file tree
lib/policyEvaluator/utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ const actionMapBucketRateLimit = {
6666 bucketDeleteRateLimit : 'scality:DeleteBucketRateLimit' ,
6767} ;
6868
69+
6970// action map used for request context
7071const actionMapRQ = {
7172 bucketPut : 's3:CreateBucket' ,
@@ -173,6 +174,9 @@ const actionMonitoringMapS3 = {
173174 bucketGetQuota : 'GetBucketQuota' ,
174175 bucketUpdateQuota : 'UpdateBucketQuota' ,
175176 bucketDeleteQuota : 'DeleteBucketQuota' ,
177+ bucketGetRateLimit : 'GetBucketRateLimit' ,
178+ bucketPutRateLimit : 'PutBucketRateLimit' ,
179+ bucketDeleteRateLimit : 'DeleteBucketRateLimit' ,
176180} ;
177181
178182const actionMapAccountQuotas = {
Original file line number Diff line number Diff line change 33 "engines" : {
44 "node" : " >=20"
55 },
6- "version" : " 8.2.42 " ,
6+ "version" : " 8.2.43 " ,
77 "description" : " Common utilities for the S3 project components" ,
88 "main" : " build/index.js" ,
99 "repository" : {
You can’t perform that action at this time.
0 commit comments