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
Post a Comment