dcasia/nova-filepond

Use cloud storage(S3 or OSS) wrong

imnpc opened this issue · 2 comments

imnpc commented

Laravel 10
Nova 4.27.14

after uploading image, save and edit,
can't load the uploaded image from cloud storage(S3 or OSS).
if use local disk,it will work ok.

WX20231012-143510@2x

Filepond::make(__('pictures'),'pictures')
              ->multiple()
              ->allowReorder()
              ->disk(config('filesystems.default'))
              ->path('goods/pictures/'. date('Y/m/d')) // 图片存储路径
              ->image(),

Hao le, xianzai keyi yong v1.0.1

imnpc commented

Now work ok
Thanks!