[GH-ISSUE #1929] Koel Plus user can't connect s3, at least does not sync #1036

Closed
opened 2026-02-26 02:35:01 +03:00 by kerem · 7 comments
Owner

Originally created by @iDomas on GitHub (May 22, 2025).
Original GitHub issue: https://github.com/koel/koel/issues/1929

Since you’re not using a cloud storage, there’s no need to set a media path.

This is the message I get after I try to go to Settings after I successfully connected connected to AWS S3.
My environment is docker compose on dokploy.
Also noticed that for docker compose some environment variables are not taken for example OUTPUT_BIT_RATE,
I set to 320, and after php artesian koel:init in .env file it stays 128

Originally created by @iDomas on GitHub (May 22, 2025). Original GitHub issue: https://github.com/koel/koel/issues/1929 `Since you’re not using a cloud storage, there’s no need to set a media path.` This is the message I get after I try to go to Settings after I successfully connected connected to AWS S3. My environment is docker compose on dokploy. Also noticed that for docker compose some environment variables are not taken for example OUTPUT_BIT_RATE, I set to 320, and after `php artesian koel:init` in .env file it stays 128
kerem closed this issue 2026-02-26 02:35:01 +03:00
Author
Owner

@phanan commented on GitHub (May 27, 2025):

Indeed, the message should say "since you ARE using a cloud storage…" However, what do you mean by "at least doesn't sync"?

<!-- gh-comment-id:2913057906 --> @phanan commented on GitHub (May 27, 2025): Indeed, the message should say "since you ARE using a cloud storage…" However, what do you mean by "at least doesn't sync"?
Author
Owner

@iDomas commented on GitHub (May 27, 2025):

by "at least doesn't sync" I mean that it does not pick up from cloud storage tracks which I uploaded directly

<!-- gh-comment-id:2913076147 --> @iDomas commented on GitHub (May 27, 2025): by "at least doesn't sync" I mean that it does not pick up from cloud storage tracks which I uploaded directly
Author
Owner

@phanan commented on GitHub (May 27, 2025):

If you meant "directly to S3" then no, Koel won't be able to do that, and that's by design.

<!-- gh-comment-id:2913109249 --> @phanan commented on GitHub (May 27, 2025): If you meant "directly to S3" then no, Koel won't be able to do that, and that's by design.
Author
Owner

@iDomas commented on GitHub (May 28, 2025):

So what are my options? I tried koel lambda, but it throws error that aws-sdk not found. What are my options to fix this?

<!-- gh-comment-id:2915048944 --> @iDomas commented on GitHub (May 28, 2025): So what are my options? I tried koel lambda, but it throws error that aws-sdk not found. What are my options to fix this?
Author
Owner

@phanan commented on GitHub (May 28, 2025):

To use Koel with S3, you simply upload your music through Koel's interface.

<!-- gh-comment-id:2915489540 --> @phanan commented on GitHub (May 28, 2025): To use Koel with S3, you simply upload your music through Koel's interface.
Author
Owner

@iDomas commented on GitHub (May 28, 2025):

So it’s up to me how I allow more than 50mb upload size in docker-compose file? Is there a way without php.ini file that mounts on host volume?

<!-- gh-comment-id:2915511695 --> @iDomas commented on GitHub (May 28, 2025): So it’s up to me how I allow more than 50mb upload size in docker-compose file? Is there a way without php.ini file that mounts on host volume?
Author
Owner

@phanan commented on GitHub (May 28, 2025):

Max upload file size set by Koel's Docker is 800MB.
You can also try setting something like php_value upload_max_filesize 512M in .htaccess.

<!-- gh-comment-id:2915532814 --> @phanan commented on GitHub (May 28, 2025): Max upload file size set by Koel's Docker is [800MB](https://github.com/koel/docker/blob/master/php.ini#L846). You can also try setting something like `php_value upload_max_filesize 512M` in `.htaccess`.
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#1036
No description provided.