From 2fa0770a03891d70d718f3cd79181b5871d775df Mon Sep 17 00:00:00 2001 From: skshetry <18718008+skshetry@users.noreply.github.com> Date: Tue, 27 May 2025 18:17:23 +0545 Subject: [PATCH] dvc@3.59.2: use dvc.org url for download urls (#6848) * use dvc.org url for download urls We currently only support download URLs from dvc.org. The S3 URL is a result of us using s3 bucket for hosting packages, and we're in the process of transitioning to Cloudflare R2. * actual url --------- Co-authored-by: HUMORCE --- bucket/dvc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/dvc.json b/bucket/dvc.json index 5cbb3763ee..6fee0b58bc 100644 --- a/bucket/dvc.json +++ b/bucket/dvc.json @@ -3,7 +3,7 @@ "description": "Data & models versioning for ML projects, make them shareable and reproducible", "homepage": "https://dvc.org/", "license": "Apache-2.0", - "url": "https://s3-us-east-2.amazonaws.com/dvc-public/dvc-pkgs/exe/dvc-3.59.2.exe", + "url": "https://r2.dvc.org/dvc-pkgs/exe/dvc-3.59.2.exe", "hash": "d0c5420de635e3b56daed16d6705ae0f8eecec5bf3a2b487b0181bd7892f064b", "innosetup": true, "bin": "dvc.exe", @@ -11,6 +11,6 @@ "github": "https://github.com/iterative/dvc" }, "autoupdate": { - "url": "https://s3-us-east-2.amazonaws.com/dvc-public/dvc-pkgs/exe/dvc-$version.exe" + "url": "https://r2.dvc.org/dvc-pkgs/exe/dvc-$version.exe" } }