Skip to content

Commit

Permalink
Merge branch 'bugfix/S3C-3554-bucket-notif-iam-policy-eval' into tmp/…
Browse files Browse the repository at this point in the history
…octopus/w/8.1/bugfix/S3C-3554-bucket-notif-iam-policy-eval
  • Loading branch information
bert-e committed Dec 22, 2020
2 parents 269e005 + 03521ac commit 1cfb869
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/policyEvaluator/utils/actionMaps.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const sharedActionMap = {
bucketGetCors: 's3:GetBucketCORS',
bucketGetLifecycle: 's3:GetLifecycleConfiguration',
bucketGetLocation: 's3:GetBucketLocation',
bucketGetNotification: 's3:GetBucketNotificationConfiguration',
bucketGetObjectLock: 's3:GetBucketObjectLockConfiguration',
bucketGetPolicy: 's3:GetBucketPolicy',
bucketGetReplication: 's3:GetReplicationConfiguration',
Expand All @@ -16,6 +17,7 @@ const sharedActionMap = {
bucketPutACL: 's3:PutBucketAcl',
bucketPutCors: 's3:PutBucketCORS',
bucketPutLifecycle: 's3:PutLifecycleConfiguration',
bucketPutNotification: 's3:PutBucketNotificationConfiguration',
bucketPutObjectLock: 's3:PutBucketObjectLockConfiguration',
bucketPutPolicy: 's3:PutBucketPolicy',
bucketPutReplication: 's3:PutReplicationConfiguration',
Expand Down

0 comments on commit 1cfb869

Please sign in to comment.