maplerock's avatar

Upload Thousands of Files to Amazon s3

Currently my site is dynamically creating images with watermarks and then uploading these to amazon s3, with details being saved to a MySql table.

What would be the best way to perform this action for all images that I want to upload. There are approx 19,000 images within the database which need uploading. Could I handle this with a scheduled event to run every 30 minutes to take the first 100 and upload those. Would this timeout?

0 likes
2 replies
squibby's avatar

Can you not add each upload to a job and let a queue worker process each one?

Please or to participate in this conversation.