You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename and update HTML upload script for Cloudflare R2 (#51)
## Summary
- Renamed `upload_to_r2.py` → `upload_html_to_r2.py` for better clarity
- Updated script to use `CLOUDFLARE_R2_HTMLEXPORT_BUCKET_NAME`
environment variable instead of generic `CLOUDFLARE_R2_BUCKET_NAME`
- Updated all references in help text, messages, and examples
## Motivation
The script now uses the correct bucket name environment variable that
matches the workflow configuration in
`.github/workflows/html-export-workflow.yml`.
## Test plan
- [x] Tested locally by uploading 10,942 HTML files to R2 successfully
- [x] Verified all environment variable references are updated
- [x] Confirmed help text and messages reflect new script name
🤖 Generated with [Claude Code](https://claude.com/claude-code)
0 commit comments