laravel-filer icon indicating copy to clipboard operation
laravel-filer copied to clipboard

Need a way to get the backing adapter from outside the file system.

Open smith981 opened this issue 2 years ago • 0 comments

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.

smith981 avatar Jan 26 '23 18:01 smith981