We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c237522 commit 137fc55Copy full SHA for 137fc55
lib/policyEvaluator/utils/actionMaps.ts
@@ -6,6 +6,7 @@ const sharedActionMap = {
6
bucketDeleteWebsite: 's3:DeleteBucketWebsite',
7
bucketDeleteTagging: 's3:PutBucketTagging',
8
bucketGet: 's3:ListBucket',
9
+ listObjectsV2OptionalAttributes: 'scality:ListBucketOptionalObjectAttributes',
10
bucketGetACL: 's3:GetBucketAcl',
11
bucketGetCors: 's3:GetBucketCORS',
12
bucketGetEncryption: 's3:GetEncryptionConfiguration',
package.json
@@ -3,7 +3,7 @@
3
"engines": {
4
"node": ">=20"
5
},
- "version": "8.2.43",
+ "version": "8.2.44",
"description": "Common utilities for the S3 project components",
"main": "build/index.js",
"repository": {
0 commit comments