Storage Options (s3 etc)
I was looking to change the storage method for avatars/uploads to s3, and I updated my FILESYSTEM_DISK
property on my Laravel .env file. However, avatar/uploads were still using the public disk.
According to the Upload Model, the disk being used is hardcoded. Wouldn't it be better to use the storage disk set in the .env file?