Remove --acl from S3 upload for BucketOwnerEnforced buckets (#979)
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:
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@@ -96,8 +96,7 @@ jobs:
|
||||
--bucket ${AWS_BUCKET} \
|
||||
--key ${FILENAME} \
|
||||
--body ./ui-test.gif \
|
||||
--tagging "expiration=90days&Source=github-actions&Type=pr-demo-video" \
|
||||
--acl public-read
|
||||
--tagging "expiration=90days&Source=github-actions&Type=pr-demo-video"
|
||||
- name: Generate file URL
|
||||
id: fileurl
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user