From 8db41608b9507c57d0695c0885640e110d44c923 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 15 May 2021 09:16:21 -0600 Subject: [PATCH] ci-snapshot: use individual redirections on S3 upload Avoid the 50-link limit for a table of redirections. --- .github/workflows/ci-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-snapshot.yml b/.github/workflows/ci-snapshot.yml index 80dee4ceb4..2da75b652a 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -48,4 +48,4 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWSSecretKey }} run: | ls -l ${{ runner.temp }}/site-dest/ - raco s3-sync --acl public-read --web --redirect-links ${{ runner.temp }}/site-dest/ s3://ci-snapshot.racket-lang.org/ + raco s3-sync --acl public-read --web --redirects-links ${{ runner.temp }}/site-dest/ s3://ci-snapshot.racket-lang.org/