From e56af9dd5785a12c9713fc8ce61e7b24d712dd74 Mon Sep 17 00:00:00 2001 From: Nidhi Work Date: Wed, 12 Jun 2024 15:35:24 +0100 Subject: [PATCH] refactor: set public read explicitly --- .github/workflows/s3-publish-cf-templates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/s3-publish-cf-templates.yml b/.github/workflows/s3-publish-cf-templates.yml index 06be99ba54..7ffa4ed9a1 100644 --- a/.github/workflows/s3-publish-cf-templates.yml +++ b/.github/workflows/s3-publish-cf-templates.yml @@ -31,4 +31,4 @@ jobs: mask-aws-account-id: true - name: Update IAM CloudFormation templates - run: aws s3 sync ./packages/artillery/lib/platform/aws/iam-cf-templates/ s3://artilleryio-cf-templates/ --delete + run: aws s3 sync --acl public-read ./packages/artillery/lib/platform/aws/iam-cf-templates/ s3://artilleryio-cf-templates/ --delete