This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
I've got Amazon S3 configured and working well for the media folder. When I upload through the Media Manager, it shows up in the AWS bucket, and the front end shows the right URL.
However, when I use the same configuration for uploads, it doesn't seem to work. For example going to My Account and trying to upload an avatar will briefly show the image while it uploads (I assume because that part is javascript), but then it shows a broken image icon, and when I look at the details and pull up the URL it shows an AWS URL, but no images are uploaded. I confirmed that, in fact, no image was on AWS. I checked locally and it looks like it saved the file to the local filesystem instead.
Thank you, Josh
I had the same issue, confirm you have 'default' => 's3' set in your config/filesystems.php, media folder will work if only 's3' is set in config/cms.php but uploads folder will not. Once I changed default to s3 it worked just fine.
This should be fixed by https://github.com/octobercms/library/pull/406 & https://github.com/octobercms/october/pull/4358
I had a issue while uploading video to s3. Getting File missing from Request. Apart from able to see s3 media in dashboard and able to upload image to s3 as well.
Can anyone suggest me how to resolve ASAP?
1-6 of 6