chore: drop stale Hetzner-pointing helpers #77
Loading…
Reference in a new issue
No description provided.
Delete branch "pr/drop-stale-hetzner-helpers"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Both helpers still point at the old Hetzner storage:
Justfile— all 3 recipes (build-all,build-single,process-updates) hithel1.your-objectstorage.com/ bucketdevxy-r-package-binaries-hel1usingHETZNER_S3_*_K3Senv vars.local/manual-package-index-update.R— same endpoint + bucket, hardcoded intos3fs::s3_dir_ls()/s3_file_delete()calls.Storage moved to Backblaze (
s3.eu-central-003.backblazeb2.com/devxy-rpkgs-binaries) a while back, so running either of these today would write to the wrong bucket or fail outright.No callers reference them in-tree, deleting outright. A one-off rebuild can just call
bincraft::upload_package_index()directly with current Backblaze settings.