coding-socks / laravel-upload-handler

Chunk Uploader Package For Laravel
MIT License
11 stars 4 forks source link

Support for Amazon S3: Multipart Upload #67

Open nerg4l opened 4 years ago

nerg4l commented 4 years ago

Amazon S3 has a functionality named Multipart Upload. With this support the library could use S3 storage drivers.

nerg4l commented 2 years ago

A detailed explanation from tus.io about the issues they faced when they added S3 support: https://tus.io/blog/2016/03/07/tus-s3-backend.html