Support the ongoing development of Laravel.io →
Configuration
Last updated 1 year ago.
0

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.

Last updated 1 year ago.
0

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', ],

Last updated 7 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.