From b2a8e8447941907480fb957b1e20b1db4e1edf64 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 23 Dec 2025 15:07:27 +0100 Subject: [PATCH] Remove S3 object tagging from demo video uploads (#980) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: thomasnordquist <7721625+thomasnordquist@users.noreply.github.com> --- .github/workflows/tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 41f58d1..11667bb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -86,7 +86,7 @@ jobs: aws-access-key-id: ${{ vars.AWS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: 'eu-central-1' - - name: Upload to S3 with expiration tag + - name: Upload to S3 id: upload env: AWS_BUCKET: ${{ vars.AWS_BUCKET }} @@ -95,8 +95,7 @@ jobs: aws s3api put-object \ --bucket ${AWS_BUCKET} \ --key ${FILENAME} \ - --body ./ui-test.gif \ - --tagging "expiration=90days&Source=github-actions&Type=pr-demo-video" + --body ./ui-test.gif - name: Generate file URL id: fileurl env: