Skip to content

Commit

Permalink
fix alb test
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavio Leggio authored and flavioleggio committed Jan 25, 2022
1 parent c9e12a1 commit 17b926d
Showing 1 changed file with 16 additions and 2 deletions.
Expand Up @@ -256,7 +256,14 @@ describe('tests', () => {
Version: '2012-10-17',
Statement: [
{
Action: ['s3:PutObject', 's3:Abort*'],
Action: [
's3:PutObject',
's3:PutObjectLegalHold',
's3:PutObjectRetention',
's3:PutObjectTagging',
's3:PutObjectVersionTagging',
's3:Abort*',
],
Effect: 'Allow',
Principal: { AWS: { 'Fn::Join': ['', ['arn:', { Ref: 'AWS::Partition' }, ':iam::127311923021:root']] } },
Resource: {
Expand Down Expand Up @@ -319,7 +326,14 @@ describe('tests', () => {
Version: '2012-10-17',
Statement: [
{
Action: ['s3:PutObject', 's3:Abort*'],
Action: [
's3:PutObject',
's3:PutObjectLegalHold',
's3:PutObjectRetention',
's3:PutObjectTagging',
's3:PutObjectVersionTagging',
's3:Abort*',
],
Effect: 'Allow',
Principal: { AWS: { 'Fn::Join': ['', ['arn:', { Ref: 'AWS::Partition' }, ':iam::127311923021:root']] } },
Resource: {
Expand Down

0 comments on commit 17b926d

Please sign in to comment.