We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4b546 commit 8d42b87Copy full SHA for 8d42b87
src/ci/docker/run.sh
@@ -42,7 +42,7 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
42
awk '{print $1}')
43
44
s3url="s3://$SCCACHE_BUCKET/docker/$cksum"
45
- url="https://s3-us-west-1.amazonaws.com/$SCCACHE_BUCKET/docker/$cksum"
+ url="https://$SCCACHE_BUCKET.s3.amazonaws.com/docker/$cksum"
46
upload="aws s3 cp - $s3url"
47
48
echo "Attempting to download $url"
0 commit comments