feat: download binaries from autonomi.com URLs instead of S3#3370
Merged
jacderida merged 3 commits intomaidsafe:rc-2025.12.3-hotfixfrom Jan 7, 2026
Merged
feat: download binaries from autonomi.com URLs instead of S3#3370jacderida merged 3 commits intomaidsafe:rc-2025.12.3-hotfixfrom
jacderida merged 3 commits intomaidsafe:rc-2025.12.3-hotfixfrom
Conversation
84b531c to
4470c59
Compare
Replace direct S3 downloads with autonomi.com redirect URLs for antnode binary upgrades. This provides resilience against S3 outages by using a redirect service that can point to alternative backends. - Add get_autonomi_download_url() for platform-to-URL mapping - Add download_from_autonomi_url() with redirect following - Support all platforms: Linux x64/arm/armv7/aarch64, macOS x64/arm, Windows - Use existing release_repo.extract_release_archive() for extraction - Move reqwest from dev-dependencies to dependencies
Test downloads and extracts binaries from all platform URLs in a single loop, verifying archive validity, file size, and extraction success.
The URLs were changed to use a `downloads` subdomain.
jacderida
approved these changes
Jan 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace S3 downloads with autonomi.com redirect URLs for antnode binary upgrades to prevent outages from affecting the upgrade process.