Date: 2026-08-14 22:06 Summary: Ran the deploy command and checked whether R2 objects were fully reuploaded.
[question] 运行 npm run deploy,所有R2是否被重新全量上传了
[try to solve]
Ran npm run deploy. The deploy completed successfully. The R2 upload step used the incremental command node scripts/upload-r2-pages.mjs --changed-only and reported files=1530 upload=0 skipped=1530, so the R2 pages were not fully reuploaded. No page objects were uploaded because all hashes matched; only _meta/pages-build.json was refreshed. Verification then confirmed R2 metadata was aligned with Worker PAGES_CACHE_VERSION=4.
[actions]
- Ran
npm run deploy - Added this dev log entry