Anyone know if there is another place I can go to raise this issue? Seems like a quick thing to fix in the code that would open up a lot of functionality. But there is no response here, so if there is a better place to post it, please let me know.
In config/filesystems.php Add endpoint in s3 driver array:
's3' => [ 'driver' => 's3', 'key' => 'MY-KEY', 'secret' => 'MY-SECRET', 'bucket' => 'MY-BUCKET', 'endpoint' => 'GOOGLE-S3-COMPATIBLE-URL', ],
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community