Use of Amazon S3 bucket as media storage #1746
Replies: 1 comment 4 replies
-
See https://spatie.be/docs/laravel-medialibrary/v11/installation-setup You can set the following in your
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed a new Lunar project and got the hub dashboard / admin panel working.
I have an Amazon S3 bucket I want to use for storing all the media that is uploaded through the admin panel. And also serve the images from this same S3 bucket through the Lunar models in my website project.
I configured S3 in config/filesystems.php but when I upload product images via the admin panel the images are still stored on the local disk. I can't seem to find which storage disk is used and how to change that.
Any ideas on how to do this when I want to use S3?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions