pionl / laravel-chunk-upload

The basic implementation for chunk upload with multiple providers support like jQuery-file-upload, pupload, DropZone and resumable.js
MIT License
602 stars 167 forks source link

pion / chunk-upload.php #160

Closed mina-8 closed 11 months ago

mina-8 commented 1 year ago

return [ /*

how to change disk from local to s3 to upload chunk file to my bucket s3 ?

pionl commented 11 months ago

You can use s3 chunk cloud upload using their SDK - currently not in this package or you can upload it after chunks were merged: https://github.com/pionl/laravel-chunk-upload/wiki/Saving-to-Cloud