Replies: 1 comment
-
Hey, we just added support to local filestorage in #165 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I'm trying to add a logo and cover image to my form, but I can't do it because the application seems to be waiting for an S3 bucket as storage.
I've tried changing the FILESYSTEM parameters (DRIVER and DISK) in the environment file for local and public, as specified in the laravel documentation, but that doesn't change anything, the logs display an S3 error every time I upload.
Do I have to create an S3 bucket (AWS or MINio) in order to store a simple logo?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions