-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync S3 #4
Comments
Check CloudWatch logs for your lamda. When you upload an mp3, are there logs? There should be around 3 for each request/action. |
This should be what you requested: { |
How did you solve this issue? |
Im having trouble with this as well, I have .env file named AWS_BUCKET for another aws feature but I dont see anywhere in the koel-aws where it should know what bucket to use... is this feature functioning for anyone else? |
The bucket name, along with other song info/data, is posted to Koel everytime a new song is uploaded to your AWS bucket. For example, if you're storing a file |
What if the koel instance is currently not reachable or when a LOT of songs are uploaded at once and the lambda does timeout? Is there any way to sync s3 without re-upload? |
I followed your steps 1 to 4 and it worked great. But still nothing happens after setting up my AWS credentials in .env. I have tested the credentials and they are active. So Should I re init Koel? Should I specify a media path when I use AWS? I feel the answer to this might be a good step 5.
The text was updated successfully, but these errors were encountered: