You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I upload image files to AWS S3, I get the following error in the log:
[2026-03-28 16:14:53] production.ERROR: Das Bild konnte nicht auf s3-public hochgeladen werden. Prüfen Sie, ob s3-public richtig konfiguriert ist {"filename":"test.jpg","original_filename":"test.jpg"}
[2026-03-28 16:14:53] production.ERROR: Bild konnte nicht hochgeladen werden {"userId":1,"exception":"[object] (HiEvents\\Services\\Infrastructure\\Image\\Exception\\CouldNotUploadImageException(code: 0): Bild konnte nicht hochgeladen werden at /app/backend/app/Services/Infrastructure/Image/ImageStorageService.php:54)
When I use the AWS CLI with the same credentials, it works. I don't know where I'm going wrong. I've attached my configurations below.
Is there a way to get a more detailed error message?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When I upload image files to AWS S3, I get the following error in the log:
When I use the AWS CLI with the same credentials, it works. I don't know where I'm going wrong. I've attached my configurations below.
Is there a way to get a more detailed error message?
docker-compose:
ENV:
AWS S3 Bucket policy:
AWS S3 User Policy:
Beta Was this translation helpful? Give feedback.
All reactions