Aliyun-oss-storage
Aliyun-oss-storage copied to clipboard
laravel5.8 上传文件 Storage::putFile
use Illuminate\Support\Facades\Storage; use Illuminate\Http\File;
Storage::putFile( $path ,new File($file)); //返回值为文件路径 $path 为文件目录, $file 为本地文件路径
我使用putFile()方法,文件可以上传到oss,但是接口一直没有返回值,直到504 Gateway Time-out