2 Commits

Author SHA1 Message Date
thibaud-leclere
503c474461 fix: use correct env var syntax for Symfony secrets
Secrets are accessed via %env(NAME)% not %env(secret:NAME)%.
Symfony automatically resolves secrets as env vars.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 23:19:07 +02:00
thibaud-leclere
5d16d28c59 feat: install Flysystem S3 and configure SeaweedFS storage
Add league/flysystem-bundle and league/flysystem-aws-s3-v3 packages and
configure the default.storage adapter to use AWS S3Client pointed at the
SeaweedFS endpoint (s3.lclr.dev) with path-style endpoints and secret-based
credentials.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 10:08:56 +02:00