rahulhaque / laravel-filepond

Use FilePond the Laravel way.
MIT License
185 stars 31 forks source link

The file "..." does not exist #23

Closed MrMooky closed 2 years ago

MrMooky commented 2 years ago

When using S3 as temp disk and permanent storage, I get the following error when storing the file:

The file "filepond/temp/YTXkkiSEtz6IEZNT4nKTNSvRHkX9nHIq4l4jbEYS.zip" does not exist

Is this a known issue? S3 being AWS here. When using this locally, eg. with a local storage, the error is not thrown.

MrMooky commented 2 years ago

Ah, just found this:

This method is not available when third party storage is set as your temporary storage. The files are uploaded directly to your third party storage and not available locally for any further modification. Calling this method in such condition will throw error that the file is not found.

rahulhaque commented 2 years ago

@MrMooky finally someone who has read the docs 👏🏻 Most of the past issues were me explaining what’s in the docs.