Skip to content

chore: serve static assets from OVH S3 bucket via cdnURL#1145

Open
ThibaudDauce wants to merge 3 commits into
mainfrom
push-static-assets-to-s3
Open

chore: serve static assets from OVH S3 bucket via cdnURL#1145
ThibaudDauce wants to merge 3 commits into
mainfrom
push-static-assets-to-s3

Conversation

@ThibaudDauce

@ThibaudDauce ThibaudDauce commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Fix datagouv/data.gouv.fr#2031

Require new env variables in Github CI (job upload-assets):

  • Secrets: ASSETS_S3_ACCESS_KEY, ASSETS_S3_SECRET_KEY
  • Variables: ASSETS_S3_REGION (e.g. gra), ASSETS_S3_ENDPOINT (e.g. https://s3.gra.io.cloud.ovh.net), ASSETS_S3_BUCKET

And a runtime variable on the prod server: NUXT_APP_CDN_URL (public URL of the bucket/CDN serving the assets).

@ThibaudDauce ThibaudDauce changed the title Serve static assets from OVH S3 bucket via cdnURL chore: serve static assets from OVH S3 bucket via cdnURL Jun 16, 2026
@ThibaudDauce ThibaudDauce marked this pull request as ready for review June 24, 2026 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Performance : utilisation d'un CDN pour les assets cdata

1 participant