「Goravel 上新」同时支持 Local, OSS, COS, S3的文件储存模块,还支持自定义,想存哪里存哪里!
对于一些同学熟悉的味道扑面而来,对于另一些同学使用体验相当丝滑。//储存文件err:=facades.Storage.Put("file.jpg",contents)//切换驱动err:=facades.Storage.Disk("oss").Put("file.jpg",contents)//检索文件contents:=facades.Storage.Get("file.jpg")//判断文件是