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:
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@@ -86,7 +86,7 @@ jobs:
|
|||||||
aws-access-key-id: ${{ vars.AWS_KEY_ID }}
|
aws-access-key-id: ${{ vars.AWS_KEY_ID }}
|
||||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
aws-region: 'eu-central-1'
|
aws-region: 'eu-central-1'
|
||||||
- name: Upload to S3 with expiration tag
|
- name: Upload to S3
|
||||||
id: upload
|
id: upload
|
||||||
env:
|
env:
|
||||||
AWS_BUCKET: ${{ vars.AWS_BUCKET }}
|
AWS_BUCKET: ${{ vars.AWS_BUCKET }}
|
||||||
@@ -95,8 +95,7 @@ jobs:
|
|||||||
aws s3api put-object \
|
aws s3api put-object \
|
||||||
--bucket ${AWS_BUCKET} \
|
--bucket ${AWS_BUCKET} \
|
||||||
--key ${FILENAME} \
|
--key ${FILENAME} \
|
||||||
--body ./ui-test.gif \
|
--body ./ui-test.gif
|
||||||
--tagging "expiration=90days&Source=github-actions&Type=pr-demo-video"
|
|
||||||
- name: Generate file URL
|
- name: Generate file URL
|
||||||
id: fileurl
|
id: fileurl
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user