InfinetyEs / Nova-Filemanager

A Filemanager tool for Laravel Nova
https://infinetyes.github.io/Nova-Filemanager
MIT License
219 stars 95 forks source link

adding the possibility to change disk config at runtime through middlewares and support for s3 private buckets #161

Open takifouhal opened 3 years ago

takifouhal commented 3 years ago

couple of changes that allow changing root path or any disk config at runtime through middlewares based on demand (user id for instance). adding signed temporaryUrl instead to url for s3 adapter to tackle the problem of private buckets.

wi-wissen commented 3 years ago

Changing disk config at runtime works perfectly. 🙂 Thanks!