uppy/.github/workflows
Merlijn Vos 9b9e698bef
CI: update CDN publish after migration (#6100)
https://github.com/transloadit/api2/blob/main/docs/releases-bucket.md

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> Switch CDN publishing from Edgly to S3-compatible Cloudflare R2/Bunny
with new env vars and updated upload script/workflows.
> 
> - **CI/CD Workflows**
> - Replace `EDGLY_*` creds with
`AWS_ACCESS_KEY_ID`/`AWS_SECRET_ACCESS_KEY` and set `AWS_REGION`,
`S3_BUCKET`, `S3_ENDPOINT` in `manual-cdn.yml` and `release.yml`.
> - Use updated env when running `upload-to-cdn.js` for both normal and
`--force` uploads.
> - **Upload Script (`packages/uppy/upload-to-cdn.js`)**
> - Switch to S3-compatible client targeting Cloudflare R2 (`endpoint`,
`forcePathStyle`) and read bucket/region from env.
> - Validate required env vars (`AWS_ACCESS_KEY_ID`,
`AWS_SECRET_ACCESS_KEY`, `S3_ENDPOINT`, `S3_BUCKET`).
> - Derive version from local `package.json` when uploading local
builds; keep npm tarball path for remote versions.
>   - Update comments/paths; remove all `EDGLY_*` references.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
502c3fec3d. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
2025-12-08 16:05:30 +01:00
..
bundlers.yml build(deps): bump actions/checkout from 5 to 6 (#6066) 2025-11-24 10:06:14 +01:00
ci.yml build(deps): bump actions/checkout from 5 to 6 (#6066) 2025-11-24 10:06:14 +01:00
companion-deploy.yml build(deps): bump docker/metadata-action from 5.9.0 to 5.10.0 (#6077) 2025-12-02 09:31:12 +01:00
lockfile_check.yml build(deps): bump actions/checkout from 5 to 6 (#6066) 2025-11-24 10:06:14 +01:00
manual-cdn.yml CI: update CDN publish after migration (#6100) 2025-12-08 16:05:30 +01:00
release.yml CI: update CDN publish after migration (#6100) 2025-12-08 16:05:30 +01:00