We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0624405 commit 3642ac0Copy full SHA for 3642ac0
lib/policyEvaluator/utils/actionMaps.ts
@@ -77,7 +77,12 @@ const actionMapRQ = {
77
};
78
79
// action map used for bucket policies
80
-const actionMapBP = { ...sharedActionMap };
+const actionMapBP = {
81
+ bucketDeleteCors : 's3:PutBucketCORS',
82
+ bucketDeleteLifecycle : 's3:PutLifecycleConfiguration',
83
+ bucketDeleteReplication : 's3:PutReplicationConfiguration',
84
+ ...sharedActionMap
85
+};
86
87
// action map for all relevant s3 actions
88
const actionMapS3 = {
0 commit comments