laravel-filer
laravel-filer copied to clipboard
Need a way to get the backing adapter from outside the file system.
We have a Qencode process that, upon completion, bypasses our facade and accesses S3 directly. To make this work, we have to provide our S3 credentials.
As I understand it, this requires us to directly access the backing adapter which is currently unsupported.