Laravel - S3 How to get temporary urls of multiple file on a single request

Viewed 25

Is it possible to generate a temporary url for multiple files stored in s3, on a single request? Currently, I have to loop through each path and generate their temporary url. Is it possible on just a single request?

0 Answers
Related