Update allowed policies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2023-08-19 17:01:27 +02:00
parent 6efd8d2e08
commit e51828d6e3

View File

@ -10,7 +10,7 @@
{
"Sid": "AllObjectActions",
"Effect": "Allow",
"Action": ["s3:DeleteObject", "s3:Get*", "s3:PutObject", "s3:*Object"],
"Action": ["s3:DeleteObject", "s3:Get*", "s3:PutObject", "s3:*Object", "s3:ListObjectsV2"],
"Resource": ["arn:aws:s3:::{{ bucket }}/*"]
}
]