Open xyrintech opened 4 years ago
I think there are actually people who used Amazon S3 in combination with this package. Really recommend you to look at the Filesystem and Laravel Docs regarding this. It's not something specific to this package that is making this hard.
We solved this simply prefixing multiple tenants into their own folders based on UUID. Do not attempt to use multi-tenant for this. Ideally you will create a wrapper class on top of Laravel's file system (which supports S3 out of the box) that handles this automatically for you.
Do we have the support for Amazon S3 for this package?
I have been trying toe filesystem for this package and documentation is very hard to understand for the things.