[GH-ISSUE #371] Download does not work on S3 #270

Closed
opened 2026-02-26 02:32:38 +03:00 by kerem · 1 comment
Owner

Originally created by @yawboateng on GitHub (Jul 9, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/371

getting the error below:

file_exists(): Unable to find the wrapper "s3" - did you forget to enable it when you configured PHP?

in Download.php line 42
at HandleExceptions->handleError('2', 'file_exists(): Unable to find the wrapper "s3" - did you forget to enable it when you configured PHP?', '/usr/share/nginx/html/app/Services/Download.php', '42', array('song' => object(Song)))
at file_exists('s3://song.mp3') in Download.php line 42
at Download->fromSong(object(Song)) in Download.php line 60

Originally created by @yawboateng on GitHub (Jul 9, 2016). Original GitHub issue: https://github.com/koel/koel/issues/371 getting the error below: file_exists(): Unable to find the wrapper "s3" - did you forget to enable it when you configured PHP? in Download.php line 42 at HandleExceptions->handleError('2', 'file_exists(): Unable to find the wrapper "s3" - did you forget to enable it when you configured PHP?', '/usr/share/nginx/html/app/Services/Download.php', '42', array('song' => object(Song))) at file_exists('s3://song.mp3') in Download.php line 42 at Download->fromSong(object(Song)) in Download.php line 60
kerem 2026-02-26 02:32:38 +03:00
Author
Owner

@phanan commented on GitHub (Jul 9, 2016):

My bad. Download support for S3 hasn't landed yet. Should've stated that in the release note, thanks for reporting!

<!-- gh-comment-id:231514368 --> @phanan commented on GitHub (Jul 9, 2016): My bad. Download support for S3 hasn't landed yet. Should've stated that in the release note, thanks for reporting!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#270
No description provided.