Skip to content

Commit 8d42b87

Browse files
committed
Use new-style s3 urls in docker download script
1 parent 0f4b546 commit 8d42b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
4242
awk '{print $1}')
4343

4444
s3url="s3://$SCCACHE_BUCKET/docker/$cksum"
45-
url="https://s3-us-west-1.amazonaws.com/$SCCACHE_BUCKET/docker/$cksum"
45+
url="https://$SCCACHE_BUCKET.s3.amazonaws.com/docker/$cksum"
4646
upload="aws s3 cp - $s3url"
4747

4848
echo "Attempting to download $url"

0 commit comments

Comments
 (0)