Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Upload multiple files in one request to AWS S3 from Laravel / PHP?

I'm currently using the standard Laravel file storage to upload a single file to S3 but now have a need to upload a whole load of separate files at once (possibly up to 200). I want to do this as efficiently as possible, rather than using separate requests. Is this possible somehow, either using Laravel storage, the Flysystem library it's based on or the official Amazon S3 PHP SDK? Separate files are very small, about 1Kb each.

Thanks

Comments