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>
This commit is contained in:
Copilot
2025-12-23 15:07:27 +01:00
committed by GitHub
parent 8d665e0e52
commit b2a8e84479

View File

@@ -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: