-
Notifications
You must be signed in to change notification settings - Fork 5
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
Where to configure aws bucket? #1
Comments
and my videos all seem to be saying "processing... please come back later" |
Hello @aarontanzk you have to create your amazon s3 account and insert your own values for all the .env variables, i.e. AWS_KEY, AWS_SECRET, AWS_REGION, IMAGE_BUCKET, DROP_BUCKET |
Why is my video saved to http://localhost? Shouldn't it be s3 or something ? I do see the stored videos in storage folder though |
hi update, i have done the AWS .env config. it appears in my s3 video bucket. However, it still shows processing... and I have to manually set the sql processed to 1 then it will show "The media could not be loaded, either because the server or network failed..." |
Hi the .env file is the original laravel env , and not specifically for this app. Do you have the env file with the required fields?
I'm currently having some problems, where uploaded videos are going to http://localhostvideos/15a291f5986f33 , despite having IMAGE_BUCKET and VIDEOS_BUCKET (created my own env ) in my env file.
The text was updated successfully, but these errors were encountered: