🐛(summary) fix MinIO endpoint handling in constructor

Fix MinIO client configuration: I was incorrectly passing a full URL instead of
an endpoint, which caused errors in staging. Local development values did not
reflect the staging setup and were also out of sync with the backend.
This commit is contained in:
lebaudantoine
2026-01-05 15:26:38 +01:00
committed by aleb_the_flash
parent 0fe8d9b681
commit 5be7595533
3 changed files with 11 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
APP_NAME="meet-app-summary-dev"
APP_API_TOKEN="password"
AWS_STORAGE_BUCKET_NAME="meet-media-storage"
AWS_STORAGE_BUCKET_NAME="http://meet-media-storage"
AWS_S3_ENDPOINT_URL="minio:9000"
AWS_S3_SECURE_ACCESS=false