Skip to content

Commit

Permalink
github: fix syncing of metadata to S3 bucket (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Apr 29, 2024
1 parent a675c4f commit 3bee47f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ jobs:
r/ s3://${AWS_BUCKET}/
aws s3 sync --no-progress \
--storage-class REDUCED_REDUNDANCY --acl public-read \
r/ --cache-control "max-age=300, must-revalidate" \
s3://${AWS_BUCKET}/
--cache-control "max-age=300, must-revalidate" \
r/ s3://${AWS_BUCKET}/
aws s3 sync --no-progress --delete \
--storage-class REDUCED_REDUNDANCY --acl public-read \
r/ s3://${AWS_BUCKET}/
Expand Down

0 comments on commit 3bee47f

Please sign in to comment.