Skip to content

Commit 3664abe

Browse files
committed
Merge branch 'improvement/ARSN-542-add-rate-limit-apis-to-action-map' into tmp/octopus/w/8.3/improvement/ARSN-542-add-rate-limit-apis-to-action-map
2 parents d47c434 + c237522 commit 3664abe

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

lib/policyEvaluator/utils/actionMaps.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ const actionMapBucketRateLimit = {
6666
bucketDeleteRateLimit: 'scality:DeleteBucketRateLimit',
6767
};
6868

69+
6970
// action map used for request context
7071
const 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

178182
const actionMapAccountQuotas = {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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": {

0 commit comments

Comments
 (0)