mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 00:43:50 +00:00
Use new-style s3 urls in docker download script
This commit is contained in:
parent
0f4b546af3
commit
8d42b87ac0
@ -42,7 +42,7 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
|
||||
awk '{print $1}')
|
||||
|
||||
s3url="s3://$SCCACHE_BUCKET/docker/$cksum"
|
||||
url="https://s3-us-west-1.amazonaws.com/$SCCACHE_BUCKET/docker/$cksum"
|
||||
url="https://$SCCACHE_BUCKET.s3.amazonaws.com/docker/$cksum"
|
||||
upload="aws s3 cp - $s3url"
|
||||
|
||||
echo "Attempting to download $url"
|
||||
|
Loading…
Reference in New Issue
Block a user