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.
2 parents f7d360f + 6e3386f commit 5acef68Copy full SHA for 5acef68
lib/policyEvaluator/utils/actionMaps.ts
@@ -194,6 +194,9 @@ const actionMapIAM = {
194
getAccessKeyLastUsed: 'iam:GetAccessKeyLastUsed',
195
generateCredentialReport: 'iam:GenerateCredentialReport',
196
getCredentialReport: 'iam:GetCredentialReport',
197
+ tagUser: 'iam:TagUser',
198
+ unTagUser: 'iam:UntagUser',
199
+ listUserTags: 'iam:ListUserTags',
200
};
201
202
const actionMapSSO = {
package.json
@@ -3,7 +3,7 @@
3
"engines": {
4
"node": ">=16"
5
},
6
- "version": "8.1.56",
+ "version": "8.1.57",
7
"description": "Common utilities for the S3 project components",
8
"main": "build/index.js",
9
"repository": {
0 commit comments