docs: remove gcloud/GCS download instructions from Hiro archive guide#1145
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
What & why
Hiro archives are no longer hosted on Google Cloud Storage, so the "How to download Hiro archives" guide should no longer instruct users to download via
gcloud storage cp/gs://URLs. This removes all GCS/gcloud content while keeping the HTTPS-based download methods that still work againstarchive.hiro.so.Changes
content/docs/en/resources/archive/download-guide.mdx:archive.hiro.so".gcloud storage cpmethod entirely (download + streaming-extraction examples and its pros/cons), and renumbered the remaining methods (JDownloader is now Method 3).gcloud storage cpto point atwget -c/curl -C -/ JDownloader, and removed the "Why is gcloud faster?" entry.The remaining download methods (wget, curl, JDownloader) all use
https://archive.hiro.so/...URLs.Verification
gcloud/gcs/googlereferences remain; methods are cleanly numbered 1–3.Reviewer note
The Spanish version (
content/docs/es/resources/archive/download-guide.mdx) still contains the gcloud content and is not touched here — worth a follow-up if the ES docs are kept in sync.🤖 Generated with Claude Code