Do the methods ‘putFile’ and ‘putFileAs’ from Storage facade temporarily save the file to laravel?
I couldn’t find a clear answer to this. But do the methods ‘putFile’ and ‘putFileAs’ temporarily save the file to laravel before uploading to S3? I’m trying to stream large file uploads from our frontend to laravel to S3 (without using presignedurls). I preferably do not want the file to download to laravel before uploading to s3. I’m wondering if ‘putFile’ or ‘putFileAs’ can just stream the file to S3? Would it be enough to call Storage::disk('s3')->putFileAs($dir, $file, $filename)
to accomplish this?
Cannot download package league/flysystem-path-prefixing in Laravel 11
When I using composer require league/flysystem-path-prefixing “^3.0” I get this error